Update flake
This commit is contained in:
parent
f47879b236
commit
1e6319fc0b
3 changed files with 45 additions and 79 deletions
|
|
@ -46,7 +46,7 @@ in
|
|||
printing.enable = true;
|
||||
};
|
||||
|
||||
users.users.${usr}.extraGroups = [ "adbusers" ];
|
||||
users.users.${usr}.extraGroups = [ "adbusers" "cdrom" ];
|
||||
|
||||
virtualisation = {
|
||||
containers.enable = true;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ let usr = config.constants.userName; in {
|
|||
home-manager.users.${usr} = { config, pkgs, ... }:
|
||||
let xdgCfg = config.xdg; in {
|
||||
home.packages = with pkgs; [
|
||||
exactaudiocopy
|
||||
feishin
|
||||
haruna
|
||||
hunspell
|
||||
|
|
@ -23,6 +22,7 @@ let usr = config.constants.userName; in {
|
|||
winetricks
|
||||
wineWowPackages.stagingFull
|
||||
] ++ (with kdePackages; [
|
||||
k3b
|
||||
kdepim-addons
|
||||
merkuro
|
||||
# polonium
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue