305 current 1970-01-01 01:00:00 23.11.20240514.9ddcaff 6.1.90 *
This commit is contained in:
parent
b221af0ea7
commit
b8205f7dd1
@ -4,21 +4,7 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
# sway as windowmanager
|
||||
../../modules/home-manager/sway.nix
|
||||
# zsh config
|
||||
../../modules/home-manager/zsh.nix
|
||||
# foot terminal emulator
|
||||
../../modules/home-manager/foot.nix
|
||||
# often used terminal programs
|
||||
../../modules/home-manager/btop.nix
|
||||
../../modules/home-manager/bat.nix
|
||||
../../modules/home-manager/lazygit.nix
|
||||
../../modules/home-manager/git.nix
|
||||
# use mpd for music
|
||||
../../modules/home-manager/mpd.nix
|
||||
# email config
|
||||
../../modules/home-manager/thunderbird.nix
|
||||
../../modules/home
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
|
3
modules/home/default.nix
Normal file
3
modules/home/default.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{...}: {
|
||||
imports = [./git ./music ./programs ./shell ./sway];
|
||||
}
|
3
modules/home/music/default.nix
Normal file
3
modules/home/music/default.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{...}: {
|
||||
imports = [./mpd.nix];
|
||||
}
|
3
modules/home/programs/default.nix
Normal file
3
modules/home/programs/default.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{...}: {
|
||||
imports = [./foot.nix ./thunderbird.nix];
|
||||
}
|
3
modules/home/shell/default.nix
Normal file
3
modules/home/shell/default.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{...}: {
|
||||
imports = [./zsh.nix ./bat.nix ./btop.nix];
|
||||
}
|
Loading…
Reference in New Issue
Block a user