broken packages and removed some

This commit is contained in:
William 2024-11-19 11:44:40 -03:00
parent 533195806f
commit e1fa02af83
3 changed files with 3 additions and 8 deletions

View file

@ -50,10 +50,6 @@
stylix.url = "github:danth/stylix"; stylix.url = "github:danth/stylix";
kwin-effects-forceblur = {
url = "github:taj-ny/kwin-effects-forceblur";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = outputs =

View file

@ -36,7 +36,7 @@ in
# lilipod BROKEN # lilipod BROKEN
mangohud mangohud
microsoft-edge microsoft-edge
mission-center # mission-center BROKEN
mpv mpv
nextcloud-client nextcloud-client
nixfmt-rfc-style nixfmt-rfc-style
@ -44,7 +44,7 @@ in
nix-output-monitor nix-output-monitor
obs-studio obs-studio
ocs-url ocs-url
# orca-slicer BROKEN orca-slicer
openscad openscad
p7zip p7zip
plasticity plasticity
@ -66,7 +66,6 @@ in
virt-manager virt-manager
wezterm wezterm
] ]
++ [ inputs.kwin-effects-forceblur.packages.${pkgs.system}.default ]
++ kdepkgs; ++ kdepkgs;
services.flatpak = { services.flatpak = {

View file

@ -21,7 +21,7 @@
functions = { functions = {
sysrebuild = "nh os switch --ask"; sysrebuild = "nh os switch --ask";
sysrebuild-boot = "nh os boot --ask"; sysrebuild-boot = "nh os boot --ask";
sysupdate = "nix flake update --commit-lock-file /home/user/Projects/personal/nix-config"; sysupdate = "nix flake update --commit-lock-file --flake /home/user/Projects/personal/nix-config";
}; };
}; };
}; };