diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-14 16:08:35 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-14 16:08:35 +0100 |
commit | e9c4862454eb1559827c89f50c33be6c480f0ed9 (patch) | |
tree | 372310628f1e3a47998a1c625cea88aab7351c66 /accounts | |
parent | f061523314234b5287385d6eebc50b5d3dd82bb2 (diff) | |
download | nixos-e9c4862454eb1559827c89f50c33be6c480f0ed9.tar nixos-e9c4862454eb1559827c89f50c33be6c480f0ed9.tar.gz nixos-e9c4862454eb1559827c89f50c33be6c480f0ed9.tar.bz2 nixos-e9c4862454eb1559827c89f50c33be6c480f0ed9.tar.xz nixos-e9c4862454eb1559827c89f50c33be6c480f0ed9.zip |
vlc on eostre
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@eostre.nix | 2 | ||||
-rw-r--r-- | accounts/mherold@eostre.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@eostre.nix b/accounts/gkleen@eostre.nix index e97fdab5..72818d44 100644 --- a/accounts/gkleen@eostre.nix +++ b/accounts/gkleen@eostre.nix | |||
@@ -13,7 +13,7 @@ | |||
13 | }; | 13 | }; |
14 | 14 | ||
15 | home.packages = with pkgs; [ | 15 | home.packages = with pkgs; [ |
16 | thunderbird libreoffice element-desktop keepassxc | 16 | thunderbird libreoffice element-desktop keepassxc vlc |
17 | ]; | 17 | ]; |
18 | 18 | ||
19 | programs.firefox = { | 19 | programs.firefox = { |
diff --git a/accounts/mherold@eostre.nix b/accounts/mherold@eostre.nix index b93cadbd..51e4529a 100644 --- a/accounts/mherold@eostre.nix +++ b/accounts/mherold@eostre.nix | |||
@@ -12,7 +12,7 @@ | |||
12 | }; | 12 | }; |
13 | 13 | ||
14 | home.packages = with pkgs; [ | 14 | home.packages = with pkgs; [ |
15 | thunderbird libreoffice element-desktop keepassxc | 15 | thunderbird libreoffice element-desktop keepassxc vlc |
16 | ]; | 16 | ]; |
17 | 17 | ||
18 | home.keyboard.layout = "de"; | 18 | home.keyboard.layout = "de"; |