configuring hyprland more
This commit is contained in:
parent
6942535fb7
commit
6cdfe3e563
11 changed files with 982 additions and 527 deletions
|
@ -39,6 +39,10 @@ Both include the home-manager module. Primarily I chose that route so that I cou
|
|||
url = "github:hyprwm/Hyprland";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
eww = {
|
||||
url = "github:elkowar/eww";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
emacs = {
|
||||
url = "github:nix-community/emacs-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -203,7 +207,7 @@ services.greetd = {
|
|||
enable = true;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "startplasma-wayland";
|
||||
command = "/home/chris/bin/hyprland";
|
||||
user = "chris";
|
||||
};
|
||||
default_session = initial_session;
|
||||
|
@ -416,7 +420,7 @@ libnotify
|
|||
rofi-wayland
|
||||
wofi
|
||||
waybar
|
||||
eww
|
||||
eww-wayland
|
||||
wlrctl
|
||||
hyprpaper
|
||||
swaylock-fancy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue