Compare commits

..

No commits in common. "51c2e3a77c77cc9b083cbb39134ab0ebd97d2756" and "16520114738f54e4d27442a612cee114a0696f26" have entirely different histories.

2 changed files with 8 additions and 13 deletions

View File

@ -11,8 +11,8 @@
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# boot.loader.systemd-boot.enable = true;
# boot.loader.efi.canTouchEfiVariables = true;
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@ -48,10 +48,11 @@
# Enable the X11 windowing system.
services.xserver.enable = true;
snowhawk.dwm.enable = true;
# Enable the XFCE Desktop Environment.
# services.xserver.displayManager.lightdm.enable = true;
snowhawk.dwm.enable = true;
# services.xserver.desktopManager.budgie.enable = true;
# Configure keymap in X11
@ -106,23 +107,16 @@
unzip
fzf
tree
libsecret
nix-output-monitor
brave
gparted
arandr
flameshot
# steam
spotify
discord
xivlauncher
# (xivlauncher.override {
# useSteamRun = false;
# })
# spotify
# discord
git-credential-oauth

View File

@ -1,3 +1,4 @@
#!/bin/sh
while true; do
sleep 1 && date +"<-- %A, %B %d -- %H:%M -->" | xargs -I% xsetroot -name %
done