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:
2025-11-25 14:30:53 +01:00
parent 157ba06453
commit 69d1d05563
26 changed files with 784 additions and 93 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, ...}:
{ pkgs, username, ...}:
{
xdg = {
desktopEntries.youtube = {
@ -23,7 +23,7 @@
terminal = false;
categories = [ "System" "TerminalEmulator" ];
icon = "/etc/nixos/other/kitty.app.png";
icon = "/home/${username}/NixOS/other/kitty.app.png";
};
desktopEntries."org.kde.kinfocenter" = {