nix: refactor

This commit is contained in:
Léana 江 2023-12-28 16:39:24 +01:00 committed by Léana 江
parent 4c0d465d0d
commit fbee82f7bc
3 changed files with 11 additions and 17 deletions

View file

@ -1,5 +1,7 @@
{ pkgs, unstable, ... }: {
imports = [ ./dev.nix ./gui.nix ./browser.nix];
programs.home-manager.enable = true;
imports = [ ./dev.nix ./gui.nix ./browser.nix ];
home = {
username = "leana";
@ -7,15 +9,6 @@
stateVersion = "23.11";
};
programs = {
home-manager.enable = true;
direnv = {
enable = true;
nix-direnv.enable = true;
};
};
home.packages = with pkgs; [
# shell and script dependencies
fish