Refactor home manager, and add desktop node on sparky.
This commit is contained in:
12
home/profiles/desktop.nix
Normal file
12
home/profiles/desktop.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs }:
|
||||
let
|
||||
workstationProfile = import ./workstation.nix { inherit pkgs; };
|
||||
|
||||
desktopPkgs = with pkgs; [
|
||||
unstable.chromium
|
||||
foot # Wayland-native terminal emulator
|
||||
];
|
||||
in
|
||||
{
|
||||
packages = workstationProfile.packages ++ desktopPkgs;
|
||||
}
|
||||
Reference in New Issue
Block a user