added machineConfig to my home.nix

This commit is contained in:
Richie Cahill 2024-05-21 21:06:57 -04:00
parent 632f754e23
commit b106e7b9e2
3 changed files with 19 additions and 13 deletions

View File

@ -1,10 +1,10 @@
{ lib, machineConfig, ... }:
{
imports = [
./home/programs.nix
./home/sshconfig.nix
./home/cli
./home/vscode
];
] ++ lib.optionals (!machineConfig.server) [ ./home/gui.nix ];
nixpkgs.config.allowUnfree = true;

17
users/richie/home/gui.nix Normal file
View File

@ -0,0 +1,17 @@
{ pkgs, ... }:
{
imports = [ ./vscode ];
home.packages = with pkgs; [
beeper
candy-icons
cinnamon.nemo
cinnamon.nemo-fileroller
discord-canary
firefox
gimp
obs-studio
obsidian
sweet-nova
];
}

View File

@ -24,17 +24,6 @@
iperf3
nmap
wget
# GUI
beeper
candy-icons
cinnamon.nemo
cinnamon.nemo-fileroller
discord-canary
firefox
gimp
obs-studio
obsidian
sweet-nova
# python
python3
ruff