mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-05-29 18:34:16 +02:00
modieifed nix config
This commit is contained in:
parent
40eb3353e0
commit
6e9043132f
6 changed files with 109 additions and 28 deletions
home-manager/modules
|
@ -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 = {
|
||||
|
|
|
@ -16,7 +16,7 @@ with lib;
|
|||
home.packages = with pkgs; [
|
||||
up
|
||||
rbenv
|
||||
cargo-update
|
||||
# cargo-update
|
||||
htop
|
||||
rustc
|
||||
cargo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue