inkscape, vesktop removed unused inputs
This commit is contained in:
parent
f254fc7317
commit
ab98a8d644
@ -3,6 +3,8 @@
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
#nix-stable.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
|
||||
hyprland = {
|
||||
url = "github:hyprwm/Hyprland";
|
||||
};
|
||||
|
||||
@ -38,10 +38,10 @@
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
||||
plugins = [
|
||||
#plugins = [
|
||||
#inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars
|
||||
#inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
|
||||
];
|
||||
#];
|
||||
|
||||
settings = {
|
||||
monitor = [
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
librewolf
|
||||
discord
|
||||
vesktop
|
||||
|
||||
alejandra
|
||||
nh
|
||||
@ -34,6 +34,7 @@
|
||||
#tor-browser
|
||||
openrocket
|
||||
spotify
|
||||
inkscape
|
||||
|
||||
#zed-editor
|
||||
#gtk3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user