mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 18:36: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
|
||||
picard
|
||||
gh
|
||||
python3
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
@ -115,13 +114,6 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
users.users.test = {
|
||||
isNormalUser = true;
|
||||
description = "Test";
|
||||
password = "test";
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
||||
boot.initrd.systemd.enable = true;
|
||||
programs.captive-browser = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue