small changes
This commit is contained in:
parent
b5ca2ef24c
commit
e056d746e0
1 changed files with 4 additions and 2 deletions
|
@ -26,7 +26,8 @@
|
||||||
#on the desktop, we need nice fonts ^^
|
#on the desktop, we need nice fonts ^^
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
monoid
|
monoid
|
||||||
(nerdfonts.override { fonts = [ "Monoid" ]; })
|
(nerdfonts.override { fonts = [ "Monoid" "Hack" ]; })
|
||||||
|
font-awesome
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
julia-mono
|
julia-mono
|
||||||
uw-ttyp0
|
uw-ttyp0
|
||||||
|
@ -99,6 +100,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
wrapperFeatures.gtk = true;
|
wrapperFeatures.gtk = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
|
pamixer
|
||||||
swaylock-fancy
|
swaylock-fancy
|
||||||
swayidle
|
swayidle
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
@ -144,5 +146,5 @@
|
||||||
wayland = true;
|
wayland = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
programs.gnupg.agent.pinentryFlavor = "curses";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue