revisions
This commit is contained in:
parent
005950d9ea
commit
08417f2299
21 changed files with 474 additions and 177 deletions
|
|
@ -7,12 +7,12 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
../settings.nix
|
||||
./init.nix
|
||||
./modules/fish.nix
|
||||
./modules/ghostty.nix
|
||||
./modules/lazygit.nix
|
||||
./modules/nvim.nix
|
||||
./modules/rofi.nix
|
||||
./modules/starship.nix
|
||||
./modules/zellij.nix
|
||||
./modules/ffmpeg.nix
|
||||
|
|
@ -22,23 +22,24 @@
|
|||
./modules/spotify.nix
|
||||
./modules/obs.nix
|
||||
./modules/mpv.nix
|
||||
./modules/waybar.nix
|
||||
./modules/ani-cli.nix
|
||||
./modules/quickshell.nix
|
||||
# currently broken
|
||||
# ./modules/hyprspace.nix
|
||||
./modules/hyprspace.nix
|
||||
./modules/cava.nix
|
||||
./modules/matugen.nix
|
||||
./modules/rgb.nix
|
||||
./modules/anyrun.nix
|
||||
];
|
||||
|
||||
home.username = "cobray";
|
||||
home.homeDirectory = "/home/cobray";
|
||||
home.username = "${config.theme.user}";
|
||||
home.homeDirectory = "/home/${config.theme.user}";
|
||||
home.stateVersion = "24.11";
|
||||
programs.home-manager.enable = true;
|
||||
home.enableNixpkgsReleaseCheck = false;
|
||||
xdg.mime.enable = false;
|
||||
|
||||
|
||||
# TODO: move these somewhere else; undecided
|
||||
home.packages = with pkgs; [
|
||||
btop
|
||||
nvtopPackages.full
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue