init
This commit is contained in:
commit
1a5d89af7a
29 changed files with 911 additions and 0 deletions
15
hosts/t14/home.nix
Executable file
15
hosts/t14/home.nix
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
{ username, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../modules/wayland
|
||||
../../modules/librewolf
|
||||
];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
neofetch
|
||||
discord
|
||||
signal-desktop
|
||||
pulseaudio
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue