hm: fullDesktop -> devTools

This commit is contained in:
2024-02-04 22:05:44 +02:00
parent 2e5382a6e4
commit a186d68041
5 changed files with 16 additions and 43 deletions

View File

@@ -2,6 +2,7 @@
self,
lib,
pkgs,
config,
modulesPath,
...
}: {
@@ -12,19 +13,14 @@
];
home-manager.useGlobalPkgs = true;
home-manager.users.nixos = {
#config,
pkgs,
...
}:
home-manager.users.nixos = {pkgs, ...}:
lib.mkMerge [
(import ../../shared/home/default.nix {
inherit lib;
inherit pkgs;
#inherit (config.mj) stateVersion;
stateVersion = "23.11";
inherit (config.mj) stateVersion;
username = "nixos";
fullDesktop = true;
devTools = true;
hmOnly = false;
email = "motiejus@jakstys.lt";
})
@@ -62,7 +58,6 @@
services = {
pcscd.enable = true;
udev.packages = [pkgs.yubikey-personalization];
getty.autologinUser = "nixos";
xserver = {
enable = true;
@@ -104,30 +99,6 @@
};
};
# from yubikey-guide
environment.systemPackages = with pkgs; [
paperkey
pgpdump
parted
cryptsetup
yubikey-manager
yubikey-manager-qt
yubikey-personalization
yubikey-personalization-gui
yubico-piv-tool
yubioath-flutter
ent
haskellPackages.hopenpgp-tools
diceware
pwgen
cfssl
pcsctools
];
networking = {
hostName = "vm";
domain = "example.org";