2024-11-13 18:14 : id 117

This commit is contained in:
deadvey 2024-11-13 18:27:59 +00:00
parent 4caed1da0c
commit 337aa03618

View File

@ -74,25 +74,15 @@ in
anki anki
minetest minetest
gimp gimp
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
# # fonts?
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
# # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your
# # environment:
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
]; ];
home = {
pointerCursor = { pointerCursor = {
gtk.enable = true; gtk.enable = true;
package = pkgs.gnome.adwaita-icon-theme; package = pkgs.gnome.adwaita-icon-theme;
name = "Adwaita"; name = "Adwaita";
size = 16; size = 16;
}; };
};
programs = { programs = {
vim = { vim = {
defaultEditor = true; defaultEditor = true;