Split Hyprlock,Noctalia-Shell and Hyprpaper into separate directories. Made changes to ncli, to automatically switch specialisations. Started configuring niri.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{config, pkgs, libs, inputs, nix-flatpak, ...}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
#Essenteals (CLI Only)
|
||||
#Essentials (CLI Only)
|
||||
wget #A tool for quickly downloading things from the Web
|
||||
micro-with-xclip #Micro text editor with xclip for clipboard
|
||||
thefuck #Error correction in case commands are wrong. Type: 'fuck'
|
||||
@ -47,6 +47,11 @@
|
||||
vscode #Editor for all kinds of programms
|
||||
nodejs_22
|
||||
|
||||
#Hochschule
|
||||
postgresql
|
||||
dbeaver-bin
|
||||
sqlite
|
||||
|
||||
#Desktop Applications
|
||||
ryubing
|
||||
vlc
|
||||
@ -79,6 +84,8 @@
|
||||
kdePackages.dolphin
|
||||
persepolis #Download Manager
|
||||
libreoffice-still
|
||||
kdePackages.kservice
|
||||
qbittorrent
|
||||
|
||||
#CLI tools
|
||||
pdftk
|
||||
@ -92,6 +99,8 @@
|
||||
texliveFull #LaTeX PDF maker
|
||||
lazygit
|
||||
gtypist
|
||||
powertop
|
||||
file
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
|
||||
Reference in New Issue
Block a user