mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
Compare commits
5 commits
2cf9ddb3e7
...
ac78eea7db
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ac78eea7db | ||
![]() |
0c9c09d01b | ||
![]() |
999a51da45 | ||
![]() |
32da795071 | ||
![]() |
28fa152a4c |
7 changed files with 29 additions and 8 deletions
|
@ -69,6 +69,7 @@ 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
|
||||||
}'';
|
}'';
|
||||||
|
|
11
modules/home/gui/apps/media/audio/audioPlaying/finamp/default.nix
Executable file
11
modules/home/gui/apps/media/audio/audioPlaying/finamp/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
home.packages = builtins.attrValues {
|
||||||
|
inherit (pkgs)
|
||||||
|
finamp
|
||||||
|
;
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,10 +1,5 @@
|
||||||
{ 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) { inherit flake; };
|
exec-once = import (configPath + /exec-once.nix);
|
||||||
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);
|
||||||
|
|
11
modules/home/gui/desktop/wayland/printManager/default.nix
Normal file
11
modules/home/gui/desktop/wayland/printManager/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
home.packages = builtins.attrValues {
|
||||||
|
inherit (pkgs.kdePackages)
|
||||||
|
print-manager
|
||||||
|
;
|
||||||
|
};
|
||||||
|
}
|
|
@ -3,6 +3,9 @@
|
||||||
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