mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:56:34 +01:00
Enable a few more programs
This commit is contained in:
parent
a0381764db
commit
ba8c221451
1 changed files with 7 additions and 1 deletions
|
@ -27,10 +27,16 @@
|
|||
git
|
||||
];
|
||||
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
droidcam.enable = true;
|
||||
sysdig.enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
# Migrated Stuff
|
||||
custom.user.jopejoe1.enable =true;
|
||||
custom.user.root.enable =true;
|
||||
programs.dconf.enable = true;
|
||||
custom.system.locale.enable = true;
|
||||
custom.system.locale.layout = "de";
|
||||
custom.nix.enable = true;
|
||||
|
|
Loading…
Reference in a new issue