diff --git a/dotfiles/sway/config b/dotfiles/sway/config index 1ae619f..4fdd32b 100644 --- a/dotfiles/sway/config +++ b/dotfiles/sway/config @@ -152,7 +152,7 @@ exec_always { gsettings set $gnome-schema cursor-theme 'Capitaine Cursors - White' } -# autostarts +# autostarts exec mako --font "$font" \ --background-color=$black \ --border-color=$violet \ @@ -160,8 +160,8 @@ exec mako --font "$font" \ exec emacs --daemon exec swayidle before-sleep "$lock" exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1 +exec redshift -l 49.8988135:10.9027636 exec systemctl --user import-environment DBUS_SESSION_BUS_ADDRESS XDG_RUNTIME_DIR -exec bash -c '[ "$HOSTNAME" == sphere ] && cloudstation' # pastebin exec wl-paste --primary -t text --watch clipman store diff --git a/hardware/xps15-sphere.nix b/hardware/xps15-sphere.nix index d2299a1..8b5d78b 100644 --- a/hardware/xps15-sphere.nix +++ b/hardware/xps15-sphere.nix @@ -51,6 +51,7 @@ in { powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; # custom + #boot.kernelPackages = pkgs.linuxPackages_latest; boot.loader.systemd-boot.enable = true; hardware.cpu.intel.updateMicrocode = true; networking.hostId = "eff291c4"; diff --git a/packages/cloudstation.nix b/packages/cloudstation.nix index 8532b00..745c4e4 100644 --- a/packages/cloudstation.nix +++ b/packages/cloudstation.nix @@ -35,7 +35,7 @@ in buildFHSUserEnv { with xorg; [ cloudstation curl - dbus + dbus_libs fontconfig freetype glib diff --git a/roles/desktop.nix b/roles/desktop.nix index efea983..355f909 100644 --- a/roles/desktop.nix +++ b/roles/desktop.nix @@ -16,11 +16,11 @@ in extraPackages = with pkgs; [ bemenu brightnessctl - gammastep grim i3status-rust kanshi mako + redshift-wlr slurp swayidle swaylock @@ -160,10 +160,9 @@ in lxappearance numix-icon-theme - alacritty imv inkscape - keepassxc + libqrencode libreoffice libsecret mpv @@ -173,12 +172,15 @@ in pavucontrol pcmanfm pulseeffects-pw - qrencode + alacritty + unstable.keepassxc + unstable.noisetorch solaar gdk-pixbuf clipman + gebaar-libinput wdisplays wl-clipboard xdg_utils diff --git a/roles/vpn.nix b/roles/vpn.nix index b3a801a..79bcd23 100644 --- a/roles/vpn.nix +++ b/roles/vpn.nix @@ -2,5 +2,5 @@ { networking.wireguard.enable = true; - environment.systemPackages = with pkgs; [ wireguard-tools ]; + environment.systemPackages = with pkgs; [ wireguard ]; }