begin modularization

This commit is contained in:
eneller
2024-01-11 17:00:30 +01:00
parent 1ae85c3170
commit a3c8378d99
4 changed files with 62 additions and 3 deletions

View File

@@ -8,7 +8,6 @@
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
(import "${builtins.fetchTarball https://github.com/nix-community/home-manager/archive/master.tar.gz}/nixos")
#./home.nix
];
@@ -150,7 +149,7 @@
zsh
zsh-powerlevel10k # TODO set up zsh to replace bash
tmux
exa # TODO replace with eza
eza # TODO replace with eza
ripgrep
bat
gnused
@@ -171,7 +170,6 @@
python3
ansible
telegram-desktop
home-manager
];
programs.neovim = {
@@ -238,6 +236,10 @@
# HOME MANAGER
#home-manager.users.snow = { pkgs, ... }: {};
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.permittedInsecurePackages = [
"electron-25.9.0" # dependency of logseq
];
}