enable programs
This commit is contained in:
parent
b70dbcee06
commit
41d12cdb92
@ -5,8 +5,6 @@
|
|||||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||||
hyprland = {
|
hyprland = {
|
||||||
url = "github:hyprwm/Hyprland";
|
url = "github:hyprwm/Hyprland";
|
||||||
type = "git";
|
|
||||||
submodules = true;
|
|
||||||
};
|
};
|
||||||
#hyprland-plugins = {
|
#hyprland-plugins = {
|
||||||
# url = "github:hyprwm/hyprland-plugins";
|
# url = "github:hyprwm/hyprland-plugins";
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
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 = {
|
||||||
|
|||||||
@ -10,6 +10,12 @@
|
|||||||
#./packages/terminal_tools.nix
|
#./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; [
|
home.packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
librewolf
|
librewolf
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user