Compare commits

..

No commits in common. "ac78eea7dbd9209682243c56c8d0c1f1f7a695ef" and "2cf9ddb3e733a81c9446ddb66b8edb915ca1a082" have entirely different histories.

7 changed files with 8 additions and 29 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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