Begin migrate to custom configuration
This commit is contained in:
parent
4d24fae830
commit
431e5c8d7c
8 changed files with 291 additions and 45 deletions
|
@ -7,11 +7,12 @@
|
|||
./programs/git.nix
|
||||
# ./programs/emacs.nix
|
||||
./programs/jetbrains-toolbox.nix
|
||||
./programs/kitty.nix
|
||||
./programs/vscode.nix
|
||||
./programs/direnv.nix
|
||||
./programs/chromium.nix
|
||||
./programs/flatpak.nix
|
||||
|
||||
./homePrograms
|
||||
];
|
||||
|
||||
home = {
|
||||
|
@ -24,4 +25,6 @@
|
|||
programs.home-manager.enable = true;
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
homePrograms.kitty.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue