Commented Home-Manager Experiments

This commit is contained in:
Kaybee 2024-07-16 18:30:47 +02:00
parent 492a7de4d9
commit 4c3cdf87d2
2 changed files with 23 additions and 12 deletions

View file

@ -9,17 +9,17 @@ with lib;
with lib.internal;{
snowfallorg.user.enable = true;
snowfallorg.user.name = "kb-work";
home.stateVersion = "23.11";
# home.stateVersion = "23.11";
home.packages = with pkgs; [
kate
thunderbird
keepassxc
globalprotect-openconnect
vscodium
logseq
ungoogled-chromium
zed-editor # Editor
];
# home.packages = with pkgs; [
# kate
# thunderbird
# keepassxc
# globalprotect-openconnect
# vscodium
# logseq
# ungoogled-chromium
# zed-editor # Editor
# ];
}

View file

@ -19,7 +19,7 @@ in {
imports =
[
./hardware.nix.
inputs.home-manager.nixosModules.home-manager
# inputs.home-manager.nixosModules.home-manager
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@ -109,6 +109,17 @@ in {
isNormalUser = true;
description = "kb-work";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
kate
thunderbird
keepassxc
globalprotect-openconnect
vscodium
logseq
ungoogled-chromium
zed-editor # Editor
];
};
services.syncthing = {