Compare commits
5 commits
0cac1911ce
...
46d58735cc
Author | SHA1 | Date | |
---|---|---|---|
46d58735cc | |||
125c5fe0a5 | |||
125778ba15 | |||
91d385c417 | |||
191ce8ed67 |
5 changed files with 8 additions and 11 deletions
|
@ -152,7 +152,7 @@ exec_always {
|
||||||
gsettings set $gnome-schema cursor-theme 'Capitaine Cursors - White'
|
gsettings set $gnome-schema cursor-theme 'Capitaine Cursors - White'
|
||||||
}
|
}
|
||||||
|
|
||||||
# autostarts
|
# autostarts
|
||||||
exec mako --font "$font" \
|
exec mako --font "$font" \
|
||||||
--background-color=$black \
|
--background-color=$black \
|
||||||
--border-color=$violet \
|
--border-color=$violet \
|
||||||
|
@ -160,8 +160,8 @@ exec mako --font "$font" \
|
||||||
exec emacs --daemon
|
exec emacs --daemon
|
||||||
exec swayidle before-sleep "$lock"
|
exec swayidle before-sleep "$lock"
|
||||||
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
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 systemctl --user import-environment DBUS_SESSION_BUS_ADDRESS XDG_RUNTIME_DIR
|
||||||
|
exec bash -c '[ "$HOSTNAME" == sphere ] && cloudstation'
|
||||||
|
|
||||||
# pastebin
|
# pastebin
|
||||||
exec wl-paste --primary -t text --watch clipman store
|
exec wl-paste --primary -t text --watch clipman store
|
||||||
|
|
|
@ -51,7 +51,6 @@ in {
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
|
|
||||||
# custom
|
# custom
|
||||||
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
hardware.cpu.intel.updateMicrocode = true;
|
hardware.cpu.intel.updateMicrocode = true;
|
||||||
networking.hostId = "eff291c4";
|
networking.hostId = "eff291c4";
|
||||||
|
|
|
@ -35,7 +35,7 @@ in buildFHSUserEnv {
|
||||||
with xorg; [
|
with xorg; [
|
||||||
cloudstation
|
cloudstation
|
||||||
curl
|
curl
|
||||||
dbus_libs
|
dbus
|
||||||
fontconfig
|
fontconfig
|
||||||
freetype
|
freetype
|
||||||
glib
|
glib
|
||||||
|
|
|
@ -16,11 +16,11 @@ in
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
bemenu
|
bemenu
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
gammastep
|
||||||
grim
|
grim
|
||||||
i3status-rust
|
i3status-rust
|
||||||
kanshi
|
kanshi
|
||||||
mako
|
mako
|
||||||
redshift-wlr
|
|
||||||
slurp
|
slurp
|
||||||
swayidle
|
swayidle
|
||||||
swaylock
|
swaylock
|
||||||
|
@ -160,9 +160,10 @@ in
|
||||||
lxappearance
|
lxappearance
|
||||||
numix-icon-theme
|
numix-icon-theme
|
||||||
|
|
||||||
|
alacritty
|
||||||
imv
|
imv
|
||||||
inkscape
|
inkscape
|
||||||
libqrencode
|
keepassxc
|
||||||
libreoffice
|
libreoffice
|
||||||
libsecret
|
libsecret
|
||||||
mpv
|
mpv
|
||||||
|
@ -172,15 +173,12 @@ in
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pcmanfm
|
pcmanfm
|
||||||
pulseeffects-pw
|
pulseeffects-pw
|
||||||
alacritty
|
qrencode
|
||||||
unstable.keepassxc
|
|
||||||
unstable.noisetorch
|
|
||||||
|
|
||||||
solaar
|
solaar
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
|
|
||||||
clipman
|
clipman
|
||||||
gebaar-libinput
|
|
||||||
wdisplays
|
wdisplays
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
xdg_utils
|
xdg_utils
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
networking.wireguard.enable = true;
|
networking.wireguard.enable = true;
|
||||||
environment.systemPackages = with pkgs; [ wireguard ];
|
environment.systemPackages = with pkgs; [ wireguard-tools ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue