From 2ca763bfdeff258a9ec1331d21d1d6b5b06ee1ca Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 7 Oct 2022 00:49:16 +0200 Subject: [PATCH] changes --- common.nix | 12 +++++++++--- flake.lock | 4 ++-- modules/desktop.nix | 3 ++- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/common.nix b/common.nix index cf7bc32..07abd9f 100644 --- a/common.nix +++ b/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; diff --git a/flake.lock b/flake.lock index c36797e..ffa0bda 100644 --- a/flake.lock +++ b/flake.lock @@ -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" }, diff --git a/modules/desktop.nix b/modules/desktop.nix index 43f8ddd..5fbef02 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -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;