mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:46:50 +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
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
dconf.enable = true;
|
||||||
|
droidcam.enable = true;
|
||||||
|
sysdig.enable = true;
|
||||||
|
xwayland.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Migrated Stuff
|
# Migrated Stuff
|
||||||
custom.user.jopejoe1.enable =true;
|
custom.user.jopejoe1.enable =true;
|
||||||
custom.user.root.enable =true;
|
custom.user.root.enable =true;
|
||||||
programs.dconf.enable = true;
|
|
||||||
custom.system.locale.enable = true;
|
custom.system.locale.enable = true;
|
||||||
custom.system.locale.layout = "de";
|
custom.system.locale.layout = "de";
|
||||||
custom.nix.enable = true;
|
custom.nix.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue