Migrate to flake
This commit is contained in:
parent
7e24481850
commit
6cdbba8c60
42 changed files with 842 additions and 770 deletions
11
home/fhauser/default.nix
Normal file
11
home/fhauser/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, lib, nixosConfig, ... }: {
|
||||
imports =
|
||||
[ ./multimedia.nix ./applications ./work ./mimetypes.nix ./games.nix ];
|
||||
home.stateVersion = nixosConfig.system.stateVersion;
|
||||
systemd.user.targets.tray = {
|
||||
Unit = {
|
||||
Description = "Home Manager System Tray";
|
||||
Requires = [ "graphical-session-pre.target" ];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue