Formatted Packages + Readme Update
This commit is contained in:
@@ -11,7 +11,16 @@
|
|||||||
├── modules # own nix-options, to modularize services/hardware/...
|
├── modules # own nix-options, to modularize services/hardware/...
|
||||||
├── overlays # overlays
|
├── overlays # overlays
|
||||||
├── pkgs # own packages, which are not available in nixpkgs
|
├── 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
|
## usage
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ let
|
|||||||
|
|
||||||
config = lib.mkIf cfg.desktop_apps {
|
config = lib.mkIf cfg.desktop_apps {
|
||||||
users.users.finn.packages = with pkgs; [
|
users.users.finn.packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
thunderbird
|
thunderbird
|
||||||
google-chrome
|
google-chrome
|
||||||
discord
|
discord
|
||||||
spotify
|
spotify
|
||||||
|
|||||||
Reference in New Issue
Block a user