Compare commits
No commits in common. "a8067251a51ddd478955d6cbb34058228d8997f4" and "8ea2d5b6a834863d3cd692a20e4cba8219359c2c" have entirely different histories.
a8067251a5
...
8ea2d5b6a8
@ -1,17 +0,0 @@
|
|||||||
{pkgs, ...}: let
|
|
||||||
flake-compat = builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz";
|
|
||||||
|
|
||||||
hyprland = (import flake-compat {
|
|
||||||
src = builtins.fetchTarball "https://github.com/hyprwm/Hyprland/archive/master.tar.gz";
|
|
||||||
}).defaultNix;
|
|
||||||
in {
|
|
||||||
imports = [
|
|
||||||
hyprland.homeManagerModules.default
|
|
||||||
];
|
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
extraConfig = (builtins.readFile ./config/hypr/hyprland.conf);
|
|
||||||
};
|
|
||||||
}
|
|
@ -18,10 +18,6 @@ in
|
|||||||
kitty # terminfo support
|
kitty # terminfo support
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
|
||||||
./home-hyprland.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
fish = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
fwupd # firmware updates
|
fwupd # firmware updates
|
||||||
fwupd-efi # firmware updates additional EFI stuff
|
fwupd-efi # firmware updates additional EFI stuff
|
||||||
wget # get stuff from the net
|
wget # get stuff from the net
|
||||||
#hyprland # window manager
|
hyprland # window manager
|
||||||
wayland # wayland server
|
wayland # wayland server
|
||||||
xdg-utils # xdg directories, open, etc
|
xdg-utils # xdg directories, open, etc
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user