Formatted Packages + Readme Update
This commit is contained in:
@@ -11,7 +11,16 @@
|
||||
├── modules # own nix-options, to modularize services/hardware/...
|
||||
├── overlays # overlays
|
||||
├── pkgs # own packages, which are not available in nixpkgs
|
||||
└── profiles # summarize module collections into single options
|
||||
└── environments # summarize module collections into single options
|
||||
```
|
||||
|
||||
|
||||
## ToDo's:
|
||||
- [ ] Enable Hyprland desktop environemnt
|
||||
- [ ] Enable Bluetooth and other hardware-settings
|
||||
- [ ] Install Wifi driver
|
||||
- [ ] Create desktop environments
|
||||
- [ ] Gnome
|
||||
- [ ] Hyprland
|
||||
|
||||
## usage
|
||||
|
||||
@@ -13,8 +13,8 @@ let
|
||||
|
||||
config = lib.mkIf cfg.desktop_apps {
|
||||
users.users.finn.packages = with pkgs; [
|
||||
firefox
|
||||
thunderbird
|
||||
firefox
|
||||
thunderbird
|
||||
google-chrome
|
||||
discord
|
||||
spotify
|
||||
|
||||
Reference in New Issue
Block a user