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
-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;
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;
}
View File
+4 -1
View File
@@ -4,9 +4,12 @@
imports = [
./programs/bash.nix
./programs/git.nix
../desktops/hyprland/home.nix
];
home.file = {
".config/hypr".source = ./config/hypr;
};
home.username = "river";
home.homeDirectory = "/home/river";
+1 -1
View File
@@ -2,7 +2,7 @@
{
imports = [
./hardware-configuration.nix
#./hardware-configuration.nix
./disko.nix
# Modules