modieifed nix config

This commit is contained in:
Thilo Billerbeck 2024-02-13 00:08:01 +01:00
parent 40eb3353e0
commit 6e9043132f
6 changed files with 109 additions and 28 deletions
home-manager/modules

View file

@ -20,6 +20,7 @@ with lib;
./../programs/firefox.nix
./../programs/chromium.nix
./../programs/mpv.nix
./../../nix.nix
./packages.nix
];
@ -130,14 +131,6 @@ with lib;
programs.home-manager.enable = true;
nix = {
package = mkDefault pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes
sandbox = relaxed
'';
};
gtk = {
enable = config.machine.isGnome;
theme = {

View file

@ -16,7 +16,7 @@ with lib;
home.packages = with pkgs; [
up
rbenv
cargo-update
# cargo-update
htop
rustc
cargo