Compare commits

...

5 commits

Author SHA1 Message Date
46d58735cc nixos 22.05 fixes 2022-06-02 10:59:21 +02:00
125c5fe0a5 use latest kernel 2022-06-02 10:58:48 +02:00
125778ba15 start cloudstation on work machine 2022-06-02 10:58:26 +02:00
91d385c417 remove redshift (22.05) 2022-06-02 10:58:14 +02:00
191ce8ed67 fix typo 2022-06-02 10:58:07 +02:00
5 changed files with 8 additions and 11 deletions

View file

@ -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

View file

@ -51,7 +51,6 @@ 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";

View file

@ -35,7 +35,7 @@ in buildFHSUserEnv {
with xorg; [
cloudstation
curl
dbus_libs
dbus
fontconfig
freetype
glib

View file

@ -16,11 +16,11 @@ in
extraPackages = with pkgs; [
bemenu
brightnessctl
gammastep
grim
i3status-rust
kanshi
mako
redshift-wlr
slurp
swayidle
swaylock
@ -160,9 +160,10 @@ in
lxappearance
numix-icon-theme
alacritty
imv
inkscape
libqrencode
keepassxc
libreoffice
libsecret
mpv
@ -172,15 +173,12 @@ in
pavucontrol
pcmanfm
pulseeffects-pw
alacritty
unstable.keepassxc
unstable.noisetorch
qrencode
solaar
gdk-pixbuf
clipman
gebaar-libinput
wdisplays
wl-clipboard
xdg_utils

View file

@ -2,5 +2,5 @@
{
networking.wireguard.enable = true;
environment.systemPackages = with pkgs; [ wireguard ];
environment.systemPackages = with pkgs; [ wireguard-tools ];
}