mirror of
https://git.gay/sneexy/nixos.git
synced 2026-01-11 13:13:15 -08:00
chore: disable plasma-manager for now, disko
This commit is contained in:
parent
700a8df5ae
commit
c7e4d8c281
11 changed files with 314 additions and 89 deletions
|
|
@ -25,13 +25,13 @@
|
|||
flake-inputs.catppuccin.homeManagerModules.catppuccin
|
||||
|
||||
# plasma-manager
|
||||
flake-inputs.plasma-manager.homeManagerModules.plasma-manager
|
||||
#flake-inputs.plasma-manager.homeManagerModules.plasma-manager
|
||||
|
||||
# user packages
|
||||
./packages.nix
|
||||
|
||||
# plasma config
|
||||
./desktop.nix
|
||||
#./desktop.nix
|
||||
|
||||
# theme config
|
||||
./themes.nix
|
||||
|
|
@ -55,6 +55,11 @@
|
|||
source = ./config/zsh;
|
||||
recursive = true;
|
||||
};
|
||||
# sheldon plugins
|
||||
home.file.".config/sheldon" = {
|
||||
source = ./config/sheldon;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
# ╭───────────────────────────────────────────────╮
|
||||
# │ _ __ _ │
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue