Compare commits

..

3 commits

Author SHA1 Message Date
willifan
d5a6a4f8d4 added inkscape 2024-06-16 14:19:33 +02:00
willifan
f321817804 defined hyprland package 2024-06-16 14:18:28 +02:00
willifan
a4c1572666 added nix-env-selector vscode extension 2024-06-16 14:18:28 +02:00
3 changed files with 3 additions and 0 deletions

View file

@ -27,6 +27,7 @@
libreoffice libreoffice
prusa-slicer prusa-slicer
gimp gimp
inkscape
]; ];

View file

@ -13,6 +13,7 @@
}; };
extensions = with pkgs.vscode-extensions; [ extensions = with pkgs.vscode-extensions; [
# System # System
arrterian.nix-env-selector
bbenoist.nix bbenoist.nix
#fireblast.hyprlang-vscode #fireblast.hyprlang-vscode
#eww-yuck.yuck #eww-yuck.yuck

View file

@ -4,6 +4,7 @@
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
systemd.variables = ["--all"]; systemd.variables = ["--all"];
package = pkgs.hyprland;
settings = { settings = {