enable programs

This commit is contained in:
foglar 2024-10-29 09:50:54 +01:00
parent b70dbcee06
commit 41d12cdb92
3 changed files with 7 additions and 3 deletions

View File

@ -5,8 +5,6 @@
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
hyprland = {
url = "github:hyprwm/Hyprland";
type = "git";
submodules = true;
};
#hyprland-plugins = {
# url = "github:hyprwm/hyprland-plugins";

View File

@ -27,7 +27,7 @@
plugins = [
#inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars
inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
#inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
];
settings = {

View File

@ -10,6 +10,12 @@
#./packages/terminal_tools.nix
];
programs.bat.enable = true;
programs.btop.enable = true;
programs.fzf.enable = true;
programs.tmux.enable = true;
programs.neovim.enable = true;
home.packages = with pkgs; [
firefox
librewolf