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