Add oldtown
This commit is contained in:
parent
5bc2d5b878
commit
e1afafff33
9 changed files with 97 additions and 23 deletions
|
@ -42,6 +42,10 @@
|
|||
|
||||
users.users.charlotte.extraGroups = [ "networkmanager" "video" "input" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ eid-mw ];
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
nixpkgs = {
|
||||
config = {
|
||||
|
@ -51,7 +55,6 @@
|
|||
home = {
|
||||
packages = with pkgs; [
|
||||
chromium
|
||||
eid-mw
|
||||
firefox
|
||||
hledger
|
||||
libreoffice
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue