Update stuff

This commit is contained in:
2024-12-04 22:05:34 +00:00
parent 79c95f6461
commit b5806072f0
3 changed files with 6 additions and 3 deletions

View File

@@ -41,9 +41,9 @@
packages = with pkgs; [ packages = with pkgs; [
fraunces fraunces
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk-sans
noto-fonts-emoji noto-fonts-emoji
(nerdfonts.override {fonts = ["Iosevka"];}) nerd-fonts.iosevka
ubuntu_font_family ubuntu_font_family
]; ];

View File

@@ -19,6 +19,9 @@ in {
wayland.windowManager.sway = { wayland.windowManager.sway = {
enable = true; enable = true;
config = { config = {
startup = [
{ command = "swaybg -i ~/wallpapers/wallpaper.jpg"; }
];
bars = [ bars = [
{ {
command = "waybar"; command = "waybar";

View File

@@ -24,7 +24,7 @@
htop htop
jq jq
minisign minisign
(nerdfonts.override {fonts = ["Iosevka"];}) nerd-fonts.iosevka
nnn nnn
nodejs nodejs
oh-my-zsh oh-my-zsh