moved some files + changed the layout. made hyprland config always there, just not in use.

starting ricing.
This commit is contained in:
2026-06-22 15:56:51 -05:00
parent 93c2ca5ec9
commit 374cb77150
6 changed files with 8 additions and 34 deletions
+1 -1
View File
@@ -4,4 +4,4 @@
imports = [ imports = [
./system.nix ./system.nix
]; ];
} }
-20
View File
@@ -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 -11
View File
@@ -2,21 +2,12 @@
{ {
programs.hyprland.enable = true; programs.hyprland.enable = true;
services.displayManager.sddm.wayland.enable = true;
xdg.portal = { xdg.portal = {
enable = true; enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
}; };
security.polkit.enable = true; services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
environment.systemPackages = with pkgs; [
hyprland
hyprpicker
mpvpaper
quickshell
hyprpolkitagent
rofi
];
} }
View File
+4 -1
View File
@@ -4,9 +4,12 @@
imports = [ imports = [
./programs/bash.nix ./programs/bash.nix
./programs/git.nix ./programs/git.nix
../desktops/hyprland/home.nix
]; ];
home.file = {
".config/hypr".source = ./config/hypr;
};
home.username = "river"; home.username = "river";
home.homeDirectory = "/home/river"; home.homeDirectory = "/home/river";
+1 -1
View File
@@ -2,7 +2,7 @@
{ {
imports = [ imports = [
./hardware-configuration.nix #./hardware-configuration.nix
./disko.nix ./disko.nix
# Modules # Modules