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.dconf.enable = true;
|
||||||
|
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
programs.corectrl.enable = true;
|
programs.corectrl.enable = true;
|
||||||
|
|
||||||
qt5.platformTheme = "qt5ct";
|
qt5.platformTheme = "qt5ct";
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
|
boot.plymouth = {
|
||||||
|
enable = true;
|
||||||
|
theme = "glow";
|
||||||
|
};
|
||||||
|
|
||||||
hardware.opengl.enable = true;
|
hardware.opengl.enable = true;
|
||||||
|
|
||||||
services.xserver.layout = "us";
|
services.xserver.layout = "us";
|
||||||
|
@ -99,7 +102,6 @@ with builtins;
|
||||||
hardware.uinput.enable = true;
|
hardware.uinput.enable = true;
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
# services.tailscale.enable = true;
|
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
@ -142,6 +144,8 @@ with builtins;
|
||||||
nix-direnv fzf openrgb krita gmic-qt-krita gimp-with-plugins
|
nix-direnv fzf openrgb krita gmic-qt-krita gimp-with-plugins
|
||||||
inkscape-with-extensions blender virglrenderer ddccontrol-db glab
|
inkscape-with-extensions blender virglrenderer ddccontrol-db glab
|
||||||
firebird-emu obs-studio kdenlive openal
|
firebird-emu obs-studio kdenlive openal
|
||||||
|
mullvad mullvad-vpn
|
||||||
|
sl lolcat
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.pathsToLink = [
|
environment.pathsToLink = [
|
||||||
|
@ -167,6 +171,8 @@ with builtins;
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
services.mullvad-vpn.enable = true;
|
||||||
|
|
||||||
services.gnome.gnome-keyring.enable = true;
|
services.gnome.gnome-keyring.enable = true;
|
||||||
programs.seahorse.enable = true;
|
programs.seahorse.enable = true;
|
||||||
security.pam.services.jade.enableGnomeKeyring = true;
|
security.pam.services.jade.enableGnomeKeyring = true;
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
"mac-brcm-fw": {
|
"mac-brcm-fw": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1664726006,
|
"lastModified": 1664744853,
|
||||||
"narHash": "sha256-9qHjA/IZUJw22GjrD2nPo49dIR5goyiR2tuEGYJ40AI=",
|
"narHash": "sha256-i5EFVTIDHQCtFg/OFLmjOzbJqhpwy4MjwBmFUnq0DjI=",
|
||||||
"path": "/home/jade/mac-brcm-fw",
|
"path": "/home/jade/mac-brcm-fw",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
|
|
|
@ -67,6 +67,7 @@ in with lib; {
|
||||||
{ command = "pkill nm-applet; nm-applet"; always = true; }
|
{ command = "pkill nm-applet; nm-applet"; always = true; }
|
||||||
{ command = "pkill pa-applet; pa-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 = "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 {{{
|
# Assigns {{{
|
||||||
|
@ -221,7 +222,7 @@ in with lib; {
|
||||||
#"blur-size = 30"
|
#"blur-size = 30"
|
||||||
#"blur-deviation = 15"
|
#"blur-deviation = 15"
|
||||||
#"blur-background-fixed = true"
|
#"blur-background-fixed = true"
|
||||||
"detect-client-opacity" = true;
|
#"detect-client-opacity" = true;
|
||||||
#"blur-method" = "gaussian";
|
#"blur-method" = "gaussian";
|
||||||
#"blur-size" = 30;
|
#"blur-size" = 30;
|
||||||
#"blur-deviation" = 15;
|
#"blur-deviation" = 15;
|
||||||
|
|
Loading…
Reference in a new issue