1
0

awdawdawd

This commit is contained in:
2026-03-10 17:29:26 +01:00
parent 2c8cf957ee
commit 9580f18b53
6 changed files with 150 additions and 14 deletions
+16 -13
View File
@@ -19,15 +19,20 @@ in
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
(import (./. + "/${env.hostname}.nix"))
mpkgs.home-manager.module
# (import (./. + "/${env.hostname}.nix"))
# mpkgs.home-manager.module
];
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [
(import "${fetchTarball "https://github.com/nix-community/fenix/archive/main.tar.gz"}/overlay.nix")
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
# nixpkgs.config.allowUnfree = true;
# nixpkgs.overlays = [
# (import "${fetchTarball "https://github.com/nix-community/fenix/archive/main.tar.gz"}/overlay.nix")
# ];
environment.systemPackages = with pkgs; [
chromium
@@ -153,12 +158,12 @@ in
];
};
home-manager = {
useUserPackages = true;
useGlobalPkgs = true;
sharedModules = [ ] ++ (mpkgs.home-manager.sharedModules);
users.anton = import ./home.nix;
};
# home-manager = {
# useUserPackages = true;
# useGlobalPkgs = true;
# sharedModules = [ ] ++ (mpkgs.home-manager.sharedModules);
# users.anton = import ./home.nix;
# };
# programs.home-manager.enable = true;
programs.dconf.enable = true;
@@ -230,8 +235,6 @@ in
LC_TIME = "sv_SE.UTF-8";
};
nix.settings.extra-experimental-features = [ "nix-command" ];
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave