Add firefox and move wofi to hyprland config
This commit is contained in:
8
home.nix
8
home.nix
@@ -7,16 +7,12 @@
|
|||||||
home.username = "avravels";
|
home.username = "avravels";
|
||||||
home.homeDirectory = "/home/avravels";
|
home.homeDirectory = "/home/avravels";
|
||||||
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
wofi
|
|
||||||
];
|
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./programs/kitty.nix
|
./programs/kitty.nix
|
||||||
./programs/zsh.nix
|
./programs/zsh.nix
|
||||||
./programs/direnv.nix
|
./programs/direnv.nix
|
||||||
./wm/hyperland.nix
|
./programs/firefox.nix
|
||||||
|
./wm/hyprland.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
7
programs/firefox.nix
Normal file
7
programs/firefox.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.firefox = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -1,6 +1,10 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
wofi
|
||||||
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
Reference in New Issue
Block a user