This commit is contained in:
dusk 2022-10-21 18:30:00 +03:00
parent a1490e90b7
commit 0c5259fac4
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
7 changed files with 17 additions and 7 deletions

View File

@ -897,11 +897,11 @@
},
"nur": {
"locked": {
"lastModified": 1664475443,
"narHash": "sha256-l3Re7eo0vOwTQTcJPrXQStG4i4of2eKkdDdDG96z1ZA=",
"lastModified": 1664885842,
"narHash": "sha256-k8JVyQrgtxK9ds6qQBRRcWERy0MIJXJME2hxdwKg/a4=",
"owner": "nix-community",
"repo": "NUR",
"rev": "05e2f3d002a53eeb192d5e8521c6d38f24609681",
"rev": "b9bcb3284b3eb365d8214e6fc62c458fb993e649",
"type": "github"
},
"original": {

View File

@ -1,3 +0,0 @@
{
services.joycond.enable = true;
}

View File

@ -0,0 +1,6 @@
{
programs.weylus = {
enable = true;
openFirewall = true;
};
}

View File

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [godot godot-headless godot-server];
}

View File

@ -25,6 +25,7 @@ in {
exec-once=xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
exec-once=swaybg -i ~/.config/wallpaper
exec-once=mpvpaper -p -o "no-audio loop-file=inf" eDP-1 ~/.config/wallpaper.mp4
exec-once=eww open-many bar notifications_win
input {

View File

@ -27,6 +27,7 @@
playerctl
wlogout
swaybg
mpvpaper
];
wayland.windowManager.hyprland = {

View File

@ -54,6 +54,7 @@ in {
# gnome stuffs
seahorse.enable = true;
dconf.enable = true;
weylus.users = ["patriot"];
};
services = {
syncthing.folders = {
@ -103,7 +104,7 @@ in {
# cli stuff
["zoxide" "zsh" "fzf" "starship" "direnv"]
# dev stuff
["helix" "git" "ssh" "obsidian"]
["helix" "git" "ssh" "obsidian" "godot"]
];
in
l.flatten [
@ -145,6 +146,7 @@ in {
];
files = l.flatten [
".config/wallpaper"
".config/wallpaper.mp4"
(lib.removePrefix "~/" config.programs.ssh.userKnownHostsFile)
];
allowOther = true;