add hyprland and eww config
This commit is contained in:
parent
30abda4469
commit
0b6fb9ddca
9 changed files with 341 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, inputs,... }:
|
||||
let
|
||||
inherit (import ./variables.nix) key theme color accent font;
|
||||
|
||||
|
@ -15,11 +15,13 @@ in {
|
|||
./helix.nix
|
||||
./kakoune.nix
|
||||
./sway.nix
|
||||
./hyprland.nix
|
||||
./git.nix
|
||||
./qutebrowser
|
||||
./gpg.nix
|
||||
./rofi.nix
|
||||
./rnnoise.nix
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
];
|
||||
# Home Manager needs a bit of information about you and the
|
||||
# paths it should manage.
|
||||
|
@ -39,6 +41,7 @@ in {
|
|||
home.packages = with pkgs; [
|
||||
alacritty
|
||||
terminal # see flake.nix
|
||||
waybar
|
||||
exa
|
||||
fd
|
||||
_diffr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue