mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 18:56:51 +01:00
clean up omoikane
This commit is contained in:
parent
95f0eaf710
commit
9d57172cae
1 changed files with 0 additions and 8 deletions
|
@ -83,7 +83,6 @@
|
||||||
strawberry-qt6
|
strawberry-qt6
|
||||||
picard
|
picard
|
||||||
gh
|
gh
|
||||||
python3
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
@ -115,13 +114,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.test = {
|
|
||||||
isNormalUser = true;
|
|
||||||
description = "Test";
|
|
||||||
password = "test";
|
|
||||||
extraGroups = [ "wheel" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
programs.captive-browser = {
|
programs.captive-browser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue