Compare commits
No commits in common. "003741d233312b21364ea9c24aae3af0e67a09b9" and "43d9066b01f6621d9bcd5ab56ff392541515032c" have entirely different histories.
003741d233
...
43d9066b01
5 changed files with 1 additions and 42 deletions
|
@ -14,5 +14,6 @@
|
||||||
pkgs.jq
|
pkgs.jq
|
||||||
pkgs.dash
|
pkgs.dash
|
||||||
pkgs.socat
|
pkgs.socat
|
||||||
|
pkgs.power-profiles-ctl
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,31 +10,11 @@
|
||||||
source = ../../bin/Hyprland;
|
source = ../../bin/Hyprland;
|
||||||
executable = true;
|
executable = true;
|
||||||
};
|
};
|
||||||
# UWU launcher script
|
|
||||||
".local/bin/uwu-launcher" = {
|
|
||||||
source = ../../bin/uwu-launcher;
|
|
||||||
executable = true;
|
|
||||||
};
|
|
||||||
# Togglescreen script
|
|
||||||
".local/bin/togglescreen" = {
|
|
||||||
source = ../../bin/togglescreen;
|
|
||||||
executable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.egl-wayland # For NVIDIA compatibility
|
pkgs.egl-wayland # For NVIDIA compatibility
|
||||||
pkgs.xdg-desktop-portal-hyprland
|
pkgs.xdg-desktop-portal-hyprland
|
||||||
# Common DE packages required in config
|
|
||||||
pkgs.wl-clipboard-rs
|
|
||||||
pkgs.grim
|
|
||||||
pkgs.slurp
|
|
||||||
pkgs.hyprpicker
|
|
||||||
pkgs.udiskie
|
|
||||||
# Apps launchable from bindings
|
|
||||||
pkgs.firefox
|
|
||||||
pkgs.kitty
|
|
||||||
pkgs.yazi
|
|
||||||
];
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
|
@ -46,8 +26,5 @@
|
||||||
# bar is required
|
# bar is required
|
||||||
imports = [
|
imports = [
|
||||||
../../bar
|
../../bar
|
||||||
../../term/alacritty
|
|
||||||
../../misc/swayosd
|
|
||||||
../../misc/anyrun
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
services.seatd.enable = true;
|
services.seatd.enable = true;
|
||||||
services.power-profiles-daemon.enable = true;
|
|
||||||
|
|
||||||
# NVIDIA
|
# NVIDIA
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["nvidia-x11" "nvidia-settings"];
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["nvidia-x11" "nvidia-settings"];
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
home.file = {
|
|
||||||
".config/anyrun".source = ../anyrun;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = [
|
|
||||||
pkgs.anyrun
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
home.file = {
|
|
||||||
".config/swayosd/style.css".source = ./style.css;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = [
|
|
||||||
pkgs.swayosd
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in a new issue