Compare commits

..

No commits in common. "003741d233312b21364ea9c24aae3af0e67a09b9" and "43d9066b01f6621d9bcd5ab56ff392541515032c" have entirely different histories.

5 changed files with 1 additions and 42 deletions

View file

@ -14,5 +14,6 @@
pkgs.jq
pkgs.dash
pkgs.socat
pkgs.power-profiles-ctl
];
}

View file

@ -10,31 +10,11 @@
source = ../../bin/Hyprland;
executable = true;
};
# UWU launcher script
".local/bin/uwu-launcher" = {
source = ../../bin/uwu-launcher;
executable = true;
};
# Togglescreen script
".local/bin/togglescreen" = {
source = ../../bin/togglescreen;
executable = true;
};
};
home.packages = [
pkgs.egl-wayland # For NVIDIA compatibility
pkgs.xdg-desktop-portal-hyprland
# Common DE packages required in config
pkgs.wl-clipboard-rs
pkgs.grim
pkgs.slurp
pkgs.hyprpicker
pkgs.udiskie
# Apps launchable from bindings
pkgs.firefox
pkgs.kitty
pkgs.yazi
];
wayland.windowManager.hyprland = {
@ -46,8 +26,5 @@
# bar is required
imports = [
../../bar
../../term/alacritty
../../misc/swayosd
../../misc/anyrun
];
}

View file

@ -49,7 +49,6 @@
# Services
services.seatd.enable = true;
services.power-profiles-daemon.enable = true;
# NVIDIA
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["nvidia-x11" "nvidia-settings"];

View file

@ -1,9 +0,0 @@
{pkgs, ...}: {
home.file = {
".config/anyrun".source = ../anyrun;
};
home.packages = [
pkgs.anyrun
];
}

View file

@ -1,9 +0,0 @@
{pkgs, ...}: {
home.file = {
".config/swayosd/style.css".source = ./style.css;
};
home.packages = [
pkgs.swayosd
];
}