mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add dotfiles
This commit is contained in:
commit
39fe550b3e
45 changed files with 4363 additions and 0 deletions
36
modules/home/default.nix
Normal file
36
modules/home/default.nix
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
self,
|
||||
stylix,
|
||||
...
|
||||
}:
|
||||
{
|
||||
config.home.stateVersion = "23.05";
|
||||
config.home.extraOutputsToInstall = ["doc" "devdoc"];
|
||||
|
||||
imports = [
|
||||
./packages.nix
|
||||
|
||||
./git
|
||||
./shell
|
||||
./alacritty
|
||||
./helix
|
||||
./tools
|
||||
./qutebrowser
|
||||
|
||||
stylix.homeManagerModules.stylix
|
||||
./theme
|
||||
|
||||
# ./herbstluftwm
|
||||
# ./leftwm
|
||||
./xmonad
|
||||
# ./hyprland
|
||||
# inputs.hyprland.homeManagerModules.default
|
||||
|
||||
inputs.nix-doom-emacs.hmModule
|
||||
./doom-emacs
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue