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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue