fix spotify, update alias, remove win11 fonts
This commit is contained in:
parent
8dc6b44c7b
commit
dc33352e5f
7 changed files with 44 additions and 41 deletions
|
@ -23,6 +23,7 @@ with lib.${namespace};
|
|||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowBroken = false;
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
|
@ -66,7 +67,6 @@ with lib.${namespace};
|
|||
|
||||
services = {
|
||||
btrfs = enabled;
|
||||
gns3 = enabled;
|
||||
};
|
||||
|
||||
system = {
|
||||
|
|
|
@ -10,11 +10,13 @@ with lib.${namespace};
|
|||
|
||||
documentation.man.generateCaches = false;
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
nix.settings = {
|
||||
trusted-users = [ "philipp" ];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
};
|
||||
users.users.philipp = {
|
||||
isNormalUser = true;
|
||||
description = "Philipp Böhm";
|
Loading…
Add table
Add a link
Reference in a new issue