changes
This commit is contained in:
parent
5a00f40738
commit
2ca763bfde
3 changed files with 13 additions and 6 deletions
12
common.nix
12
common.nix
|
@ -83,15 +83,18 @@ with builtins;
|
|||
};
|
||||
};
|
||||
programs.dconf.enable = true;
|
||||
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
programs.corectrl.enable = true;
|
||||
|
||||
qt5.platformTheme = "qt5ct";
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
theme = "glow";
|
||||
};
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
services.xserver.layout = "us";
|
||||
|
@ -99,7 +102,6 @@ with builtins;
|
|||
hardware.uinput.enable = true;
|
||||
|
||||
services.printing.enable = true;
|
||||
# services.tailscale.enable = true;
|
||||
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
|
@ -142,6 +144,8 @@ with builtins;
|
|||
nix-direnv fzf openrgb krita gmic-qt-krita gimp-with-plugins
|
||||
inkscape-with-extensions blender virglrenderer ddccontrol-db glab
|
||||
firebird-emu obs-studio kdenlive openal
|
||||
mullvad mullvad-vpn
|
||||
sl lolcat
|
||||
];
|
||||
|
||||
environment.pathsToLink = [
|
||||
|
@ -167,6 +171,8 @@ with builtins;
|
|||
|
||||
services.openssh.enable = true;
|
||||
|
||||
services.mullvad-vpn.enable = true;
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
programs.seahorse.enable = true;
|
||||
security.pam.services.jade.enableGnomeKeyring = true;
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
"mac-brcm-fw": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1664726006,
|
||||
"narHash": "sha256-9qHjA/IZUJw22GjrD2nPo49dIR5goyiR2tuEGYJ40AI=",
|
||||
"lastModified": 1664744853,
|
||||
"narHash": "sha256-i5EFVTIDHQCtFg/OFLmjOzbJqhpwy4MjwBmFUnq0DjI=",
|
||||
"path": "/home/jade/mac-brcm-fw",
|
||||
"type": "path"
|
||||
},
|
||||
|
|
|
@ -67,6 +67,7 @@ in with lib; {
|
|||
{ command = "pkill nm-applet; nm-applet"; always = true; }
|
||||
{ command = "pkill pa-applet; pa-applet"; always = true; }
|
||||
{ command = "pkill oneko; oneko -tofocus -tora -position +-1+5 -fg palevioletred3 -bg pink -name 'Rose the desktop kitty'"; always = true; }
|
||||
{ command = "mullvad-vpn --background"; always = true; }
|
||||
];
|
||||
# }}}
|
||||
# Assigns {{{
|
||||
|
@ -221,7 +222,7 @@ in with lib; {
|
|||
#"blur-size = 30"
|
||||
#"blur-deviation = 15"
|
||||
#"blur-background-fixed = true"
|
||||
"detect-client-opacity" = true;
|
||||
#"detect-client-opacity" = true;
|
||||
#"blur-method" = "gaussian";
|
||||
#"blur-size" = 30;
|
||||
#"blur-deviation" = 15;
|
||||
|
|
Loading…
Reference in a new issue