diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-02 00:11:28 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-02 00:11:28 +0100 |
| commit | 42984e77041cfc95d333319bef0b2d8f441f56d3 (patch) | |
| tree | 848bf7ee0ebd5d01dd20184d662230d42d5bf7b0 /accounts/gkleen@eos.nix | |
| parent | 9cc83652e3b922a8bca5c4684bbc34a6589b9aa5 (diff) | |
| download | nixos-42984e77041cfc95d333319bef0b2d8f441f56d3.tar nixos-42984e77041cfc95d333319bef0b2d8f441f56d3.tar.gz nixos-42984e77041cfc95d333319bef0b2d8f441f56d3.tar.bz2 nixos-42984e77041cfc95d333319bef0b2d8f441f56d3.tar.xz nixos-42984e77041cfc95d333319bef0b2d8f441f56d3.zip | |
eos → eostre
Diffstat (limited to 'accounts/gkleen@eos.nix')
| -rw-r--r-- | accounts/gkleen@eos.nix | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/accounts/gkleen@eos.nix b/accounts/gkleen@eos.nix deleted file mode 100644 index dbe48ead..00000000 --- a/accounts/gkleen@eos.nix +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | { flake, userName, pkgs, ... }: | ||
| 2 | { | ||
| 3 | imports = with flake.nixosModules.userProfiles.${userName}; [ | ||
| 4 | zsh utils tmux | ||
| 5 | ]; | ||
| 6 | |||
| 7 | config.home-manager.users.${userName} = { | ||
| 8 | nixpkgs.config = { | ||
| 9 | allowUnfree = true; | ||
| 10 | }; | ||
| 11 | |||
| 12 | home.packages = with pkgs; [ | ||
| 13 | thunderbird libreoffice element-desktop keepassxc | ||
| 14 | ]; | ||
| 15 | |||
| 16 | programs.firefox = { | ||
| 17 | enable = true; | ||
| 18 | profiles.default.settings = { | ||
| 19 | "dom.security.https_only_mode" = true; | ||
| 20 | "browser.cache.disk.enable" = false; | ||
| 21 | }; | ||
| 22 | }; | ||
| 23 | }; | ||
| 24 | } | ||
