mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
Compare commits
No commits in common. "ac78eea7dbd9209682243c56c8d0c1f1f7a695ef" and "2cf9ddb3e733a81c9446ddb66b8edb915ca1a082" have entirely different histories.
ac78eea7db
...
2cf9ddb3e7
7 changed files with 8 additions and 29 deletions
|
@ -69,7 +69,6 @@ in
|
|||
# niri
|
||||
wayland
|
||||
theming
|
||||
printManager
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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
|
||||
}'';
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
finamp
|
||||
;
|
||||
};
|
||||
}
|
|
@ -1,5 +1,10 @@
|
|||
{ flake, ... }:
|
||||
let
|
||||
inherit (flake.config.aesthetics.themes)
|
||||
cursor
|
||||
;
|
||||
in
|
||||
[
|
||||
"espanso"
|
||||
"hypridle"
|
||||
"wl-clipboard"
|
||||
"wpaperd"
|
||||
|
|
|
@ -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);
|
||||
exec-once = import (configPath + /exec-once.nix) { inherit flake; };
|
||||
general = import (configPath + /general.nix) { inherit config flake; };
|
||||
input = import (configPath + /input.nix);
|
||||
misc = import (configPath + /misc.nix);
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs.kdePackages)
|
||||
print-manager
|
||||
;
|
||||
};
|
||||
}
|
|
@ -3,9 +3,6 @@
|
|||
programs = {
|
||||
steam = {
|
||||
enable = true;
|
||||
extraCompatPackages = [
|
||||
pkgs.proton-ge-bin
|
||||
];
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
extraPackages = builtins.attrValues {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue