add home desktop
This commit is contained in:
parent
102ee5aa76
commit
19a05ca043
5 changed files with 213 additions and 2 deletions
21
homes/x86_64-linux/cholli@yggdrasil/default.nix
Normal file
21
homes/x86_64-linux/cholli@yggdrasil/default.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{ lib
|
||||
, pkgs
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
# User information gathered by Snowfall Lib is available.
|
||||
let
|
||||
name = config.snowfallorg.user.name;
|
||||
home = config.snowfallorg.user.home.directory;
|
||||
in
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [ neovim steam discord ];
|
||||
|
||||
sessionVariables = { EDITOR = "nvim"; };
|
||||
|
||||
shellAliases = { vimdiff = "nvim -d"; };
|
||||
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue