Merge branch 'main' of ssh://mizuki.guru/imnyang/nix-flakes
# Conflicts: # flake.lock # hosts/machine/mafuyu/home/packages.nix # modules/home/packages.nix
This commit is contained in:
commit
eb439fe825
30 changed files with 531 additions and 201 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
|
|
@ -25,7 +26,9 @@
|
|||
"${inputs.self}/modules/home/devtool/neovim.nix"
|
||||
"${inputs.self}/modules/home/spicetify.nix"
|
||||
"${inputs.self}/modules/home/devtool/ghostty.nix"
|
||||
"${inputs.self}/modules/home/devtool/btop.nix"
|
||||
"${inputs.self}/modules/home/devtool/zed.nix"
|
||||
"${inputs.self}/modules/home/firefox-devedition.nix"
|
||||
"${inputs.self}/modules/home/discord/linux.nix"
|
||||
"${inputs.self}/modules/home/devtool/vscode.nix"
|
||||
"${inputs.self}/modules/home/devtool/ciscopackettracer.nix"
|
||||
|
|
@ -35,4 +38,6 @@
|
|||
./config/shell.nix
|
||||
./config/plasma.nix
|
||||
];
|
||||
|
||||
programs.btop.settings.color_theme = lib.mkForce "Mizuki Dark";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue