moved some files + changed the layout. made hyprland config always there, just not in use.
starting ricing.
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
imports = [
|
||||
./system.nix
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
"$mod" = "SUPER";
|
||||
|
||||
bind = [
|
||||
"$mod, Q, exec, ghostty"
|
||||
"$mod, F, exec, brave"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
}
|
||||
@@ -2,21 +2,12 @@
|
||||
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
services.displayManager.sddm.wayland.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
|
||||
};
|
||||
|
||||
security.polkit.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
hyprland
|
||||
hyprpicker
|
||||
mpvpaper
|
||||
quickshell
|
||||
hyprpolkitagent
|
||||
rofi
|
||||
];
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.displayManager.sddm.wayland.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user