andrej home
This commit is contained in:
parent
1a495864f1
commit
3706212263
5 changed files with 29 additions and 3 deletions
26
homes/x86_64-linux/andrej/default.nix
Normal file
26
homes/x86_64-linux/andrej/default.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
# User information gathered by Snowfall Lib is available.
|
||||
let
|
||||
name = config.snowfallorg.user.name;
|
||||
home = config.snowfallorg.user.home.directory;
|
||||
in {
|
||||
imports = lib.snowfall.fs.get-non-default-nix-files ./.;
|
||||
custom = {
|
||||
programs.librewolf.enable = true;
|
||||
};
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
zapzap
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
};
|
||||
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue