different apps + ubuntu & iosevka fonts
This commit is contained in:
@@ -126,8 +126,15 @@
|
|||||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
git
|
git
|
||||||
tmux
|
tmux
|
||||||
|
ripgrep
|
||||||
|
dig
|
||||||
|
xclip
|
||||||
wget
|
wget
|
||||||
gparted
|
gparted
|
||||||
|
inkscape
|
||||||
|
cpupower-gui
|
||||||
|
ryzenadj
|
||||||
|
powertop
|
||||||
python312
|
python312
|
||||||
nodejs_20
|
nodejs_20
|
||||||
cascadia-code
|
cascadia-code
|
||||||
@@ -135,9 +142,14 @@
|
|||||||
vimix-cursors
|
vimix-cursors
|
||||||
vimix-icon-theme
|
vimix-icon-theme
|
||||||
vimix-gtk-themes
|
vimix-gtk-themes
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
fonts.packages = with pkgs; [
|
||||||
|
iosevka
|
||||||
|
ubuntu_font_family
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
# programs.mtr.enable = true;
|
# programs.mtr.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user