organize packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
den.default = {
|
||||
nixos = { pkgs, lib, ... }: {
|
||||
nixos = { pkgs, ... }: {
|
||||
imports = [
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
];
|
||||
@@ -71,6 +71,7 @@
|
||||
tree
|
||||
unzip
|
||||
wget
|
||||
tree
|
||||
];
|
||||
|
||||
time.timeZone = "America/Chicago";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
{ den, ... }: {
|
||||
den.aspects.laptop = {
|
||||
includes = with den.aspects; [
|
||||
@@ -13,19 +12,19 @@
|
||||
syncthing
|
||||
swap
|
||||
cloudflare-warp
|
||||
packages
|
||||
development
|
||||
cad
|
||||
mpd
|
||||
virtualisation
|
||||
flatpak
|
||||
fish
|
||||
dns
|
||||
openssh
|
||||
beets
|
||||
catppuccin
|
||||
#librewolf
|
||||
nixcord
|
||||
music
|
||||
social
|
||||
gaming
|
||||
compatibility
|
||||
utilities
|
||||
janitor
|
||||
];
|
||||
|
||||
|
||||
@@ -14,19 +14,19 @@
|
||||
syncthing
|
||||
swap
|
||||
#cloudflare-warp
|
||||
packages
|
||||
development
|
||||
#cad
|
||||
mpd
|
||||
virtualisation
|
||||
flatpak
|
||||
fish
|
||||
dns
|
||||
openssh
|
||||
beets
|
||||
catppuccin
|
||||
# librewolf
|
||||
nixcord
|
||||
music
|
||||
social
|
||||
gaming
|
||||
compatibility
|
||||
utilities
|
||||
];
|
||||
|
||||
nixos = {
|
||||
|
||||
Reference in New Issue
Block a user