Trying something else
This commit is contained in:
16
modules/home/default.nix
Normal file
16
modules/home/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
||||
users.atridad = { pkgs, ... }: {
|
||||
imports = [
|
||||
./zed.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "25.11";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user