Commented Home-Manager Experiments
This commit is contained in:
parent
492a7de4d9
commit
4c3cdf87d2
2 changed files with 23 additions and 12 deletions
|
@ -9,17 +9,17 @@ with lib;
|
||||||
with lib.internal;{
|
with lib.internal;{
|
||||||
snowfallorg.user.enable = true;
|
snowfallorg.user.enable = true;
|
||||||
snowfallorg.user.name = "kb-work";
|
snowfallorg.user.name = "kb-work";
|
||||||
home.stateVersion = "23.11";
|
# home.stateVersion = "23.11";
|
||||||
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
# home.packages = with pkgs; [
|
||||||
kate
|
# kate
|
||||||
thunderbird
|
# thunderbird
|
||||||
keepassxc
|
# keepassxc
|
||||||
globalprotect-openconnect
|
# globalprotect-openconnect
|
||||||
vscodium
|
# vscodium
|
||||||
logseq
|
# logseq
|
||||||
ungoogled-chromium
|
# ungoogled-chromium
|
||||||
zed-editor # Editor
|
# zed-editor # Editor
|
||||||
];
|
# ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@ in {
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware.nix.
|
./hardware.nix.
|
||||||
inputs.home-manager.nixosModules.home-manager
|
# inputs.home-manager.nixosModules.home-manager
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
@ -109,6 +109,17 @@ in {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "kb-work";
|
description = "kb-work";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
|
packages = with pkgs; [
|
||||||
|
kate
|
||||||
|
thunderbird
|
||||||
|
keepassxc
|
||||||
|
globalprotect-openconnect
|
||||||
|
vscodium
|
||||||
|
logseq
|
||||||
|
ungoogled-chromium
|
||||||
|
zed-editor # Editor
|
||||||
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue