This commit is contained in:
kenji
2025-07-07 16:39:34 -05:00
parent c97a5887df
commit e5bc8801a4
3 changed files with 18 additions and 3 deletions
+8 -2
View File
@@ -79,11 +79,10 @@
}; };
services = { services = {
openssh.enable = true; displayManager.gdm.enable = true;
libinput.enable = true; libinput.enable = true;
blueman.enable = true; blueman.enable = true;
printing.enable = true; printing.enable = true;
displayManager.gdm.enable = false;
pipewire = { pipewire = {
enable = true; enable = true;
alsa.enable = true; alsa.enable = true;
@@ -109,6 +108,13 @@
}; };
}; };
console = {
earlySetup = true;
font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz";
packages = with pkgs; [terminus_font];
useXkbConfig = true;
};
networking = { networking = {
networkmanager.enable = true; networkmanager.enable = true;
firewall = { firewall = {
+8
View File
@@ -1,6 +1,14 @@
{ {
imports = [ imports = [
../../packages/fonts/home.nix ../../packages/fonts/home.nix
../../packages/firefox/home.nix ../../packages/firefox/home.nix
../../packages/hyprland/home.nix
../../packages/hyprlock/home.nix
../../packages/hypridle/home.nix
../../packages/steam/home.nix
../../packages/mangohud/home.nix
]; ];
} }
+2 -1
View File
@@ -2,6 +2,7 @@
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;
systemd.enable = true;
settings = { settings = {
"$mod" = "SUPER"; "$mod" = "SUPER";
"$term" = "kitty --single-instance"; "$term" = "kitty --single-instance";
@@ -141,7 +142,6 @@
[ [
"$mod, Return, exec, $term" "$mod, Return, exec, $term"
"$mod, Q, killactive," "$mod, Q, killactive,"
"$mod, M, exit,"
"$mod, E, exec, $fileManager" "$mod, E, exec, $fileManager"
"$mod, V, togglefloating," "$mod, V, togglefloating,"
"$mod, R, exec, $menu" "$mod, R, exec, $menu"
@@ -154,6 +154,7 @@
"$mod, K, movefocus, u" "$mod, K, movefocus, u"
"$mod, J, movefocus, d" "$mod, J, movefocus, d"
"$mod Shift, M, exit,"
"$mod SHIFT, K, movewindow, u" "$mod SHIFT, K, movewindow, u"
"$mod SHIFT, J, movewindow, d" "$mod SHIFT, J, movewindow, d"
"$mod SHIFT, H, movewindow, l" "$mod SHIFT, H, movewindow, l"