reup
This commit is contained in:
parent
bc72aada53
commit
917f97a99c
6 changed files with 29 additions and 47 deletions
|
@ -7,6 +7,7 @@ let
|
|||
src = builtins.fetchTarball "https://github.com/hyprwm/Hyprland/archive/master.tar.gz";
|
||||
}).defaultNix;
|
||||
|
||||
|
||||
wlogout_style_base = dots/wlogout/style.css;
|
||||
wlogout_style = pkgs.runCommandLocal "wlogout_style_base" {wlogpath = lib.strings.escape ["/"] "${pkgs.wlogout}";} ''
|
||||
cp ${wlogout_style_base} $out
|
||||
|
@ -19,7 +20,6 @@ in {
|
|||
imports = [
|
||||
hyprland.homeManagerModules.default
|
||||
../foreign/dotfiles/home/programs/eww/default.nix
|
||||
../foreign/dotfiles/modules/regreet.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
|
@ -35,6 +35,7 @@ in {
|
|||
colors = builtins.readFile dots/eww/colors.scss;
|
||||
};
|
||||
|
||||
|
||||
home.username = "bolt";
|
||||
home.homeDirectory = "/home/bolt";
|
||||
|
||||
|
@ -56,6 +57,7 @@ in {
|
|||
swayidle
|
||||
swaynotificationcenter
|
||||
swayosd
|
||||
waylock
|
||||
|
||||
playerctl
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue