wildfire: 162 current 2025-06-17 19:46:01 25.05.20250615.6c64dab 6.15.2 *
working hyprland home/manager config
This commit is contained in:
@ -69,6 +69,7 @@
|
||||
./hosts/wildfire/configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.backupFileExtension = "backupHM";
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.schulze = import ./modules/home/schulze.nix;
|
||||
@ -81,6 +82,7 @@
|
||||
./hosts/hurricane/configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.backupFileExtension = "backupHM";
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.schulze = import ./modules/home/schulze.nix;
|
||||
|
@ -6,6 +6,7 @@
|
||||
home.stateVersion = "25.05"; # Dont change
|
||||
|
||||
# Hyprland settings
|
||||
wayland.windowManager.hyprland.enable = true;
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
"$mod" = "SUPER";
|
||||
"$terminal" = "ghostty";
|
||||
|
Reference in New Issue
Block a user