let's hope this doesn't break everything :3
This commit is contained in:
parent
608f093290
commit
2f85fb1b3b
21 changed files with 176 additions and 224 deletions
|
|
@ -4,16 +4,12 @@
|
|||
imports =
|
||||
[
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
../../common/zsh.nix
|
||||
../../modules/hyprland.nix
|
||||
../../modules/games
|
||||
../../common/kitty.nix
|
||||
../../common/git.nix
|
||||
../../modules/applications
|
||||
../../common/nvim/nvim.nix
|
||||
../../common/discord/discord.nix
|
||||
../../common/spotify.nix
|
||||
../../common/automapaper/automapaper.nix
|
||||
../../common/firefox.nix
|
||||
];
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
|
|
@ -34,6 +30,13 @@
|
|||
modules = {
|
||||
hyprland.enable = true;
|
||||
games.enable = true;
|
||||
apps = {
|
||||
enable = true;
|
||||
git = {
|
||||
name = "Noa Aarts";
|
||||
email = "itepastra@gmail.com";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue