Update
This commit is contained in:
@@ -4,29 +4,27 @@
|
||||
./variables.nix
|
||||
|
||||
# Programs
|
||||
../../home/programs/btop
|
||||
../../home/programs/cava
|
||||
../../home/programs/kitty
|
||||
../../home/programs/nextcloud
|
||||
../../home/programs/nvim
|
||||
../../home/programs/qutebrowser
|
||||
# ../../home/programs/spicetify TODO: broken
|
||||
../../home/programs/shell
|
||||
../../home/programs/fetch
|
||||
../../home/programs/lf
|
||||
../../home/programs/git
|
||||
../../home/programs/yazi
|
||||
# ../../home/programs/spicetify TODO: broken
|
||||
../../home/programs/btop
|
||||
../../home/programs/cava
|
||||
../../home/programs/nextcloud
|
||||
|
||||
# Scripts
|
||||
../../home/scripts # All scripts
|
||||
|
||||
# System (Desktop environment like stuff)
|
||||
../../home/system/gtk
|
||||
../../home/system/batsignal
|
||||
../../home/system/zathura
|
||||
../../home/system/hyprland
|
||||
../../home/system/gtk
|
||||
../../home/system/wlogout
|
||||
../../home/system/wofi
|
||||
../../home/system/batsignal
|
||||
../../home/system/zathura
|
||||
../../home/system/mime
|
||||
../../home/system/udiskie
|
||||
|
||||
@@ -38,13 +36,12 @@
|
||||
inherit (config.var) homeDirectory;
|
||||
|
||||
packages = with pkgs; [
|
||||
# Apps
|
||||
discord
|
||||
xfce.thunar
|
||||
bitwarden
|
||||
vlc
|
||||
nextcloud-client
|
||||
tailscale
|
||||
wireguard-tools
|
||||
# nextcloud-client # TODO: test if needed
|
||||
|
||||
# Dev
|
||||
go
|
||||
@@ -62,6 +59,7 @@
|
||||
optipng
|
||||
pfetch
|
||||
pandoc
|
||||
tailscale
|
||||
|
||||
# Just cool
|
||||
peaclock
|
||||
@@ -81,7 +79,7 @@
|
||||
source = ../../home/wallpapers;
|
||||
};
|
||||
|
||||
# Import or profile picture
|
||||
# Import my profile picture, used by the hyprpanel dashboard
|
||||
file.".profile_picture.png" = { source = ./profile_picture.png; };
|
||||
|
||||
# Don't touch this
|
||||
|
||||
Reference in New Issue
Block a user