Update
This commit is contained in:
@@ -45,18 +45,14 @@
|
||||
nodejs
|
||||
python3
|
||||
jq
|
||||
nurl
|
||||
prefetch-npm-deps
|
||||
figlet
|
||||
|
||||
# Utils
|
||||
zip
|
||||
unzip
|
||||
glow
|
||||
optipng
|
||||
pfetch
|
||||
pandoc
|
||||
tailscale
|
||||
btop
|
||||
cava
|
||||
|
||||
@@ -72,12 +68,6 @@
|
||||
neovide
|
||||
];
|
||||
|
||||
# Import wallpapers into $HOME/wallpapers
|
||||
file."wallpapers" = {
|
||||
recursive = true;
|
||||
source = ../../home/wallpapers;
|
||||
};
|
||||
|
||||
# Import my profile picture, used by the hyprpanel dashboard
|
||||
file.".profile_picture.png" = { source = ./profile_picture.png; };
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
bar = {
|
||||
transparent = false;
|
||||
floating = false;
|
||||
floating = true;
|
||||
font-size = 16;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user