Compare commits
No commits in common. "edf0326c049eb6fac4486ae8a301516d06b5ed54" and "a468b84a1a6f24bac55f3a41c54113b97d4649cb" have entirely different histories.
edf0326c04
...
a468b84a1a
3 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
modules = {
|
||||
desktops.hyprland.enable = true;
|
||||
system = {
|
||||
boot.systemd-boot.enable = true;
|
||||
boot.grub.enable = true;
|
||||
impermanence.enable = false;
|
||||
services = {
|
||||
nextcloud.enable = true;
|
||||
|
@ -63,8 +63,6 @@
|
|||
services = {
|
||||
locate.enable = true;
|
||||
kanata.enable = true;
|
||||
uwsm.enable = true;
|
||||
greetd.enable = true;
|
||||
|
||||
media.mpd = {
|
||||
enable = true;
|
||||
|
|
|
@ -74,6 +74,8 @@
|
|||
rmpc
|
||||
signal-desktop
|
||||
smartmontools
|
||||
taskwarrior3
|
||||
taskwarrior-tui
|
||||
telegram-desktop
|
||||
texliveFull
|
||||
tldr
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
});
|
||||
in {
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
# inherit patched-zellij;
|
||||
inherit patched-zellij;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue