Refactor gnome.nix

This commit is contained in:
2024-04-21 19:46:07 +01:00
parent 0258036463
commit 17487f010d
2 changed files with 21 additions and 17 deletions

View File

@ -32,8 +32,28 @@
systemd.services.NetworkManager-wait-online.enable = false;
fonts.packages = with pkgs; [
noto-fonts
(nerdfonts.override { fonts = [ "BigBlueTerminal" "ComicShannsMono" "Terminus" "UbuntuMono" ]; })
];
modules = {
desktop.gnome.enable = true;
networking.tailscale.enable = true;
};
environment.systemPackages = with pkgs; [
bind
bmon
fd
ffmpeg
iotop
unstable.nix-tree
ripgrep
rsync
tcpdump
tokei
tree
wl-clipboard
];
}