Add current hummelberg-new state
This commit is contained in:
parent
dd204c8ba6
commit
51f5e7eab9
30 changed files with 1486 additions and 0 deletions
11
defaults/user-configuration/fhauser/default.nix
Normal file
11
defaults/user-configuration/fhauser/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
imports = [
|
||||
./sway.nix
|
||||
./multimedia.nix
|
||||
./security.nix
|
||||
./applications
|
||||
./work
|
||||
./i3.nix
|
||||
];
|
||||
home-manager.users.fhauser.home.stateVersion = config.system.stateVersion;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue