This commit is contained in:
2026-03-04 11:59:06 +01:00
parent d644dda2e9
commit 46a91c5f0a
3 changed files with 5 additions and 15 deletions

View File

@@ -1,5 +1,7 @@
{ ... }: {
flake.nixosModules.base-sys-shellapps = { pkgs, ... }: {
programs.nano.enable = true;
programs.nano.syntaxHighlight = true;
environment.systemPackages = with pkgs; [
wget
git

View File

@@ -10,15 +10,10 @@
gnome-console
loupe
cine
decibels
tsukimi
gnomeExtensions.copyous
papers
ignition
];
};
}

View File

@@ -109,13 +109,6 @@
};
"org/gnome/shell" = {
enabled-extensions = [
"light-style@gnome-shell-extensions.gcampax.github.com"
"clipboard-indicator@tudmotu.com"
"AlphabeticalAppGrid@stuarthayhurst"
"rounded-window-corners@fxgn"
"appindicatorsupport@rgcjonas.gmail.com"
"nightthemeswitcher@romainvigier.fr"
"azwallpaper@azwallpaper.gitlab.com"
];
};
};