Bunch More Packages
- Add thunar file manager to dwm - Add nitrogen wallpaper setter to dwm - Add rclone, sweethome 3D, mangal, qalculate-gtk, octave, and qbittorrent packages
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
blender
|
||||
obs-studio
|
||||
freecad
|
||||
sweethome3d.application
|
||||
]);
|
||||
}
|
||||
|
@@ -9,6 +9,7 @@
|
||||
spotify
|
||||
spicetify-cli
|
||||
ani-cli
|
||||
mangal
|
||||
calibre
|
||||
]);
|
||||
}
|
||||
|
8
user/productivity/math.nix
Normal file
8
user/productivity/math.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
qalculate-gtk
|
||||
octave
|
||||
];
|
||||
}
|
@@ -10,5 +10,6 @@
|
||||
./xdg.nix
|
||||
./screenshot.nix
|
||||
./phone.nix
|
||||
./downloads.nix
|
||||
];
|
||||
}
|
||||
|
7
user/utilities/downloads.nix
Normal file
7
user/utilities/downloads.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
qbittorrent-qt5
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user