From 924adfc94f6c272a3ecb709c09dccba81fa74cd0 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Tue, 25 Mar 2025 13:25:00 +0100 Subject: [PATCH] Changed: Hyprland Config --- home/hyprland/{ => conf}/hyprland.conf | 2 +- home/hyprland/{ => conf}/hyprpaper.conf | 0 home/hyprland/{ => conf}/startup.conf | 0 home/hyprland/{ => conf}/theme.conf | 0 home/hyprland/{ => conf}/wallpapers/girl.png | Bin home/hyprland/{ => conf}/wallpapers/lucy.jpg | Bin home/hyprland/default.nix | 7 ++++++- modules/system.nix | 7 +++---- users/phil/nixos.nix | 4 ---- 9 files changed, 10 insertions(+), 10 deletions(-) rename home/hyprland/{ => conf}/hyprland.conf (98%) rename home/hyprland/{ => conf}/hyprpaper.conf (100%) rename home/hyprland/{ => conf}/startup.conf (100%) rename home/hyprland/{ => conf}/theme.conf (100%) rename home/hyprland/{ => conf}/wallpapers/girl.png (100%) rename home/hyprland/{ => conf}/wallpapers/lucy.jpg (100%) diff --git a/home/hyprland/hyprland.conf b/home/hyprland/conf/hyprland.conf similarity index 98% rename from home/hyprland/hyprland.conf rename to home/hyprland/conf/hyprland.conf index 1257a32..59ca11b 100644 --- a/home/hyprland/hyprland.conf +++ b/home/hyprland/conf/hyprland.conf @@ -26,7 +26,7 @@ monitor= HDMI-A-2, 1920x1080@60, 0x0, 1 $terminal = kitty $fileManager = dolphin #$menu = wofi --show drun -#$menu = rofi -show drun -theme cyper -icon-theme "Papirus" -show-icons +#$menu =rofi -show drun -theme cyper -icon-theme "Papirus" -show-icons $menu = ~/.config/rofi/launchers/type-3/launcher.sh $power = ~/.config/rofi/powermenu/type-6/powermenu.sh diff --git a/home/hyprland/hyprpaper.conf b/home/hyprland/conf/hyprpaper.conf similarity index 100% rename from home/hyprland/hyprpaper.conf rename to home/hyprland/conf/hyprpaper.conf diff --git a/home/hyprland/startup.conf b/home/hyprland/conf/startup.conf similarity index 100% rename from home/hyprland/startup.conf rename to home/hyprland/conf/startup.conf diff --git a/home/hyprland/theme.conf b/home/hyprland/conf/theme.conf similarity index 100% rename from home/hyprland/theme.conf rename to home/hyprland/conf/theme.conf diff --git a/home/hyprland/wallpapers/girl.png b/home/hyprland/conf/wallpapers/girl.png similarity index 100% rename from home/hyprland/wallpapers/girl.png rename to home/hyprland/conf/wallpapers/girl.png diff --git a/home/hyprland/wallpapers/lucy.jpg b/home/hyprland/conf/wallpapers/lucy.jpg similarity index 100% rename from home/hyprland/wallpapers/lucy.jpg rename to home/hyprland/conf/wallpapers/lucy.jpg diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 45f9b0b..9720c42 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -26,7 +26,12 @@ "SDL_VIDEODRIVER,wayland" "GDK_BACKEND,wayland" ]; - extraConfig = builtins.readFile ./hyprland.conf; + + monitor = [ + "DP-1, 1920x1080@60, 1920x0, 1" + "HDMI-A-2, 1920x1080@60, 0x0, 1" + ]; + }; # NOTE: this executable is used by greetd to start a wayland session when system boot up diff --git a/modules/system.nix b/modules/system.nix index e6821cd..40d49c1 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -125,11 +125,10 @@ ethtool pciutils # lspci usbutils # lsusb - - # Window Manager - hyprshot + + # Rizz fastfetch -# nemo-with-extensions # cinnamons file manager + microfetch # Terminal yazi # file manager diff --git a/users/phil/nixos.nix b/users/phil/nixos.nix index dd61f6e..3012917 100644 --- a/users/phil/nixos.nix +++ b/users/phil/nixos.nix @@ -38,8 +38,4 @@ ''; }; - home.shellAliases = { - ls = "eza"; - }; - }