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;{
|
||||
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
|
||||
# ];
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue