mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
update
This commit is contained in:
25
user/programs/hyprland/default.nix
Normal file
25
user/programs/hyprland/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../kitty
|
||||
];
|
||||
home.packages = [
|
||||
pkgs.wl-clipboard
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".config/hypr" = {
|
||||
source = ./files/hypr;
|
||||
recursive = true;
|
||||
};
|
||||
".config/eww" = {
|
||||
source = ./files/eww;
|
||||
recursive = true;
|
||||
};
|
||||
".config/wofi" = {
|
||||
source = ./files/wofi;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user