hmm
This commit is contained in:
@@ -25,5 +25,18 @@
|
|||||||
gnome.gnome-calculator
|
gnome.gnome-calculator
|
||||||
];
|
];
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.hyprland;
|
||||||
|
xwayland.enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
${builtins.readFile ./hyprland.conf}
|
||||||
|
'';
|
||||||
|
systemd = {
|
||||||
|
enable = true;
|
||||||
|
extraCommands = [
|
||||||
|
"systemctl --user stop graphical-session.target"
|
||||||
|
"systemctl --user start hyprland-session.target"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
./zsh.nix
|
./zsh.nix
|
||||||
./cnix-pkgs.nix
|
./cnix-pkgs.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./hyprland.nix
|
|
||||||
];
|
];
|
||||||
home-manager = {
|
home-manager = {
|
||||||
# useGlobalPkgs = true;
|
# useGlobalPkgs = true;
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
# HYPRLAND CONFIGURATION
|
|
||||||
|
|
||||||
source=./land/appearance.conf
|
|
||||||
source=./land/inputs.conf
|
|
||||||
source=./land/keybinds.conf
|
|
||||||
source=./land/rules.conf
|
|
||||||
source=./land/startup.conf
|
|
||||||
@@ -3,9 +3,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.hyprland;
|
package = pkgs.hyprland;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
extraConfig = ''
|
|
||||||
${builtins.readFile ./hyprland.conf}
|
|
||||||
'';
|
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraCommands = [
|
extraCommands = [
|
||||||
|
|||||||
Reference in New Issue
Block a user