This commit is contained in:
kenji
2025-07-09 14:24:53 -05:00
parent 8ae075d84c
commit 47258d9e4d
7 changed files with 33 additions and 8 deletions
+5 -6
View File
@@ -9,8 +9,7 @@
font = "JetBrainsMono Nerd Font";
size = "18";
shell = "fish"; # or zsh
aliases = {
};
aliases = {};
};
allowUnfree = true;
};
@@ -35,10 +34,10 @@
};
Hyprland = {
monitors = [
"DP-1, highres@165,0x1080,auto"
"DP-2, highres@highrr, 0x0,auto"
# "HDMI-A-1, preferred, 20000x20000,1"
"HDMI-A-1, disabled"
"DP-1, highres@165,0x1080,1,vrr,1"
"DP-2, highres@highrr,0x0,1"
"HDMI-A-1, 1920x1080@120, 20000x20000,1"
# "HDMI-A-1, disabled"
];
};
Git = {
+1 -1
View File
@@ -12,7 +12,7 @@
./hardware-configuration.nix
../../modules/default/desktop.nix
../../modules/default/dev.nix
../../modules/default/appimage.nix
../../modules/default/remote.nix
];
environment.systemPackages = with pkgs; [
+6
View File
@@ -0,0 +1,6 @@
{
imports = [
../../packages/moondeck-buddy/appimage.nix
../../packages/sunshine/default.nix
];
}
+4 -1
View File
@@ -9,9 +9,12 @@
"[workspace 20 silent] kitty --single-instance --hold fastfetch"
"[workspace 20 silent] firefox"
"[workspace 1] kitty --single-instance --hold fastfetch"
"matugen image /home/${myConfig.essentials.Username}/Pictures/Wallpapers/ultrawide-nixos-default.png"
"hyprctl setcursor Bibata-Modern-Ice 24"
"solaar -w hide"
"matugen image /home/${myConfig.essentials.Username}/Pictures/Wallpapers/ultrawide-nixos-default.png"
"sunshine"
"moondeck-buddy"
];
};
}
+16
View File
@@ -0,0 +1,16 @@
{
config,
pkgs,
myConfig,
...
}: {
wayland.windowManager.hyprland.settings = {
workspace = [
"1, monitor:DP-1, default:true"
"2, monitor:DP-1"
"3, monitor:DP-1"
"4, monitor:DP-1"
"5, monitor:DP-1"
];
};
}
+1
View File
@@ -2,6 +2,7 @@
imports = [
./config/binds.nix
./config/execs.nix
./config/rules.nix
];
home.file.".config/hypr/scripts/wsaction.fish" = {