Compare commits

..

5 commits

Author SHA1 Message Date
Nick
ac78eea7db feat: added proton-ge 2025-05-12 18:42:25 -05:00
Nick
0c9c09d01b feat: added print-manager 2025-05-12 18:42:15 -05:00
Nick
999a51da45 chore: cleaned up hyprland config 2025-05-12 18:41:32 -05:00
Nick
32da795071 feat: added finamp 2025-05-12 18:41:12 -05:00
Nick
28fa152a4c feat: added declarative config file 2025-05-12 18:41:02 -05:00
7 changed files with 29 additions and 8 deletions

View file

@ -69,6 +69,7 @@ in
# niri
wayland
theming
printManager
;
};
};

View file

@ -28,7 +28,7 @@
],
"window_window_bar_style": "linux",
"window_minimize_to_tray": false,
"window_enable_tray": false,
"window_enable_tray": false,!
"window_start_minimized": false,
"window_exit_to_tray": false
}'';

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
finamp
;
};
}

View file

@ -1,10 +1,5 @@
{ flake, ... }:
let
inherit (flake.config.aesthetics.themes)
cursor
;
in
[
"espanso"
"hypridle"
"wl-clipboard"
"wpaperd"

View file

@ -13,7 +13,7 @@ let
# bindl = import (configPath + /bindl.nix);
decoration = import (configPath + /decoration.nix);
dwindle = import (configPath + /dwindle.nix);
exec-once = import (configPath + /exec-once.nix) { inherit flake; };
exec-once = import (configPath + /exec-once.nix);
general = import (configPath + /general.nix) { inherit config flake; };
input = import (configPath + /input.nix);
misc = import (configPath + /misc.nix);

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs.kdePackages)
print-manager
;
};
}

View file

@ -3,6 +3,9 @@
programs = {
steam = {
enable = true;
extraCompatPackages = [
pkgs.proton-ge-bin
];
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
extraPackages = builtins.attrValues {