mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-08-21 09:22:50 +01:00
Switched to quickshell/noctalia as unified shell env
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
nixers,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.noctalia.homeModules.default
|
||||
];
|
||||
|
||||
programs = {
|
||||
nix-your-shell = {
|
||||
enable = true;
|
||||
@@ -17,10 +21,7 @@
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
};
|
||||
waybar = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
};
|
||||
noctalia-shell.enable = true;
|
||||
walker = {
|
||||
enable = true;
|
||||
runAsService = true;
|
||||
|
||||
Reference in New Issue
Block a user