Updated carbon config to reuse custom modules

Also cleaned up system packages in both gospel and carbon systems.
This commit is contained in:
Alejandro Angulo 2023-03-25 09:21:37 -07:00
parent a21e09f0a9
commit 58118e7ab8
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 14 additions and 13 deletions

View file

@ -13,13 +13,21 @@
./vpn.nix
];
nixpkgs.config.allowUnfree = true;
aa = {
nix.enable = true;
# Make ready for nix flakes
nix.package = pkgs.nixVersions.stable;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
suites.desktop.enable = true;
suites.gaming.enable = true;
tools.git.enable = true;
tools.zsh.enable = true;
tools.exa.enable = true;
apps.neovim.enable = true;
apps.tmux.enable = true;
services.printing.enable = true;
};
networking = {
hostName = "carbon"; # Define your hostname.
@ -88,15 +96,10 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
git
vim_configurable # Using this instead of vim for python3 support
wget
firefox
wl-clipboard
stow
tmux
zsh
home-manager
sanoid
killall
usbutils

View file

@ -61,9 +61,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
git
killall
usbutils
pavucontrol