Compare commits
2 Commits
93a8ecc35e
...
6db241e7cb
Author | SHA1 | Date | |
---|---|---|---|
6db241e7cb | |||
8b97298b16 |
@ -28,13 +28,13 @@
|
|||||||
micro
|
micro
|
||||||
firefox
|
firefox
|
||||||
chromium
|
chromium
|
||||||
pkgs.gnome.gnome-tweaks
|
gnome.gnome-tweaks
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
users.michael = import ../../user/environments/nixos/home.nix pkgs;
|
users.michael = import ../../user/environments/nixos/home.nix pkgs;
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
@ -73,6 +73,6 @@
|
|||||||
# this value at the release version of the first install of this system.
|
# this value at the release version of the first install of this system.
|
||||||
# Before changing this value read the documentation for this option
|
# Before changing this value read the documentation for this option
|
||||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
system.stateVersion = "20.03"; # Did you read the comment?
|
system.stateVersion = "22.05"; # Did you read the comment?
|
||||||
|
|
||||||
}
|
}
|
@ -31,7 +31,7 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.maxJobs = lib.mkDefault 12;
|
nix.settings.maxJobs = lib.mkDefault 12;
|
||||||
# High-DPI console
|
# High-DPI console
|
||||||
console.font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";
|
console.font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";
|
||||||
}
|
}
|
@ -3,6 +3,6 @@
|
|||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
services.xserver.displayManager.gdm.enable = true;
|
services.xserver.displayManager.gdm.enable = true;
|
||||||
services.xserver.desktopManager.gnome.enable = true;
|
services.xserver.desktopManager.gnome.enable = true;
|
||||||
services.gnome.chrome-gnome-shell.enable = true;
|
services.gnome.gnome-browser-connector.enable = true;
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
}
|
}
|
@ -7,7 +7,7 @@
|
|||||||
# this is required until nix 2.4 is released
|
# this is required until nix 2.4 is released
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixFlakes;
|
||||||
|
|
||||||
autoOptimiseStore = true;
|
settings.autoOptimiseStore = true;
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
|
@ -13,7 +13,8 @@
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
foxitreader
|
# foxitreader
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.stateVersion = "21.05";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user