mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -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
|
# niri
|
||||||
wayland
|
wayland
|
||||||
theming
|
theming
|
||||||
printManager
|
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
}'';
|
}'';
|
||||||
|
|
|
@ -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"
|
"hypridle"
|
||||||
"wl-clipboard"
|
"wl-clipboard"
|
||||||
"wpaperd"
|
"wpaperd"
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
home.packages = builtins.attrValues {
|
|
||||||
inherit (pkgs.kdePackages)
|
|
||||||
print-manager
|
|
||||||
;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue