enable programs
This commit is contained in:
parent
b70dbcee06
commit
41d12cdb92
@ -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";
|
||||
|
||||
@ -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 = {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user