243 current 2024-11-21 19:51:09 24.05.20241116.e8c38b7 6.11.8 *
This commit is contained in:
parent
e18e7b4422
commit
b056abb6c8
2 changed files with 2 additions and 2 deletions
modules
|
@ -2,8 +2,6 @@
|
|||
# also opens the TCP and UDP port from 1714 to 1764
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
environment.pathsToLink = ["/share/foot"];
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = let
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
style = "kvantum";
|
||||
};
|
||||
|
||||
environment.pathsToLink = ["/share/foot"];
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Add table
Reference in a new issue