Update stuff
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user