mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Cleanup
This commit is contained in:
parent
86a3de9311
commit
652b8599f8
11 changed files with 38 additions and 68 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ pkgs, lib, config, osConfig, ... }: {
|
||||
{ pkgs, lib, config, osConfig, ... }: let
|
||||
cfg = osConfig.mods;
|
||||
|
||||
in {
|
||||
imports = [
|
||||
./terminal
|
||||
./desktop
|
||||
|
|
@ -8,4 +11,6 @@
|
|||
|
||||
# Let Home Manager install and manage itself
|
||||
programs.home-manager.enable = true;
|
||||
home.username = cfg.user.name;
|
||||
home.homeDirectory = "/home/${cfg.user.name}";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,9 +11,6 @@
|
|||
|
||||
# Video
|
||||
freetube
|
||||
|
||||
# Gaming
|
||||
prismlauncher
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue