whoops that's in git xd
This commit is contained in:
parent
105f1256aa
commit
d41680f877
11 changed files with 27 additions and 41 deletions
|
@ -76,8 +76,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
||||
|
||||
anyrun = {
|
||||
url = "github:Kirottu/anyrun";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
@ -177,7 +177,7 @@ in {
|
|||
enable = true;
|
||||
extraSettings = let
|
||||
hmCfg = config.home-manager.users.${username};
|
||||
swww = getExe inputs.nixpkgs-wayland.packages.${pkgs.system}.swww;
|
||||
swww = getExe pkgs.swww;
|
||||
nix_wallpaper = pkgs.fetchurl {
|
||||
url = "https://i.ibb.co/vZ5JF95/nix-Wallpaper.png";
|
||||
hash = "sha256-BqOBvRFXFrX/QLI70OLAIcpbbiUH/jUMK97yqCfY+mI=";
|
||||
|
|
|
@ -11,7 +11,6 @@ in {
|
|||
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};
|
||||
shadower = inputs.shadower.packages.${pkgs.system};
|
||||
fenix = inputs.fenix.packages.${pkgs.system};
|
||||
nixpkgs-wayland = inputs.nixpkgs-wayland.packages.${pkgs.system};
|
||||
in with pkgs; [
|
||||
librewolf-wayland
|
||||
keepassxc
|
||||
|
@ -54,10 +53,10 @@ in {
|
|||
waypipe
|
||||
trash-cli
|
||||
bibata-cursors
|
||||
nixpkgs-wayland.swww
|
||||
swww
|
||||
networkmanagerapplet
|
||||
nixpkgs-wayland.wl-clipboard
|
||||
nixpkgs-wayland.wlsunset
|
||||
wl-clipboard
|
||||
wlsunset
|
||||
xdg-utils
|
||||
hyprpicker
|
||||
hyprcontrib.hyprprop
|
||||
|
@ -67,7 +66,7 @@ in {
|
|||
brightnessctl
|
||||
dig
|
||||
swappy
|
||||
nixpkgs-wayland.imv
|
||||
imv
|
||||
pcmanfm
|
||||
xdg-ninja
|
||||
auto-cpufreq
|
||||
|
|
|
@ -11,7 +11,6 @@ in {
|
|||
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};
|
||||
shadower = inputs.shadower.packages.${pkgs.system};
|
||||
fenix = inputs.fenix.packages.${pkgs.system};
|
||||
nixpkgs-wayland = inputs.nixpkgs-wayland.packages.${pkgs.system};
|
||||
in with pkgs; [
|
||||
git
|
||||
librewolf-wayland
|
||||
|
@ -44,15 +43,15 @@ in {
|
|||
zathura
|
||||
zellij
|
||||
unzip
|
||||
nixpkgs-wayland.sway-unwrapped
|
||||
sway
|
||||
caprine-bin
|
||||
waypipe
|
||||
trash-cli
|
||||
bibata-cursors
|
||||
nixpkgs-wayland.swww
|
||||
swww
|
||||
networkmanagerapplet
|
||||
nixpkgs-wayland.wl-clipboard
|
||||
nixpkgs-wayland.wlsunset
|
||||
wl-clipboard
|
||||
wlsunset
|
||||
xdg-utils
|
||||
hyprpicker
|
||||
hyprcontrib.hyprprop
|
||||
|
@ -62,7 +61,7 @@ in {
|
|||
brightnessctl
|
||||
dig
|
||||
swappy
|
||||
nixpkgs-wayland.imv
|
||||
imv
|
||||
pcmanfm
|
||||
xdg-ninja
|
||||
auto-cpufreq
|
||||
|
|
|
@ -118,7 +118,7 @@ in {
|
|||
];
|
||||
extraSettings = {
|
||||
exec = let
|
||||
swww = getExe inputs.nixpkgs-wayland.packages.${pkgs.system}.swww;
|
||||
swww = getExe pkgs.swww;
|
||||
in [
|
||||
# wait a bit then set the wallpapers
|
||||
"sleep 0.5 && ${swww} img -o eDP-1 ${./catppuccin-wall0.png}"
|
||||
|
|
|
@ -11,7 +11,6 @@ in {
|
|||
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};
|
||||
shadower = inputs.shadower.packages.${pkgs.system};
|
||||
fenix = inputs.fenix.packages.${pkgs.system};
|
||||
nixpkgs-wayland = inputs.nixpkgs-wayland.packages.${pkgs.system};
|
||||
in with pkgs; [
|
||||
librewolf-wayland
|
||||
keepassxc
|
||||
|
@ -54,10 +53,10 @@ in {
|
|||
waypipe
|
||||
trash-cli
|
||||
bibata-cursors
|
||||
nixpkgs-wayland.swww
|
||||
swww
|
||||
networkmanagerapplet
|
||||
nixpkgs-wayland.wl-clipboard
|
||||
nixpkgs-wayland.wlsunset
|
||||
wl-clipboard
|
||||
wlsunset
|
||||
xdg-utils
|
||||
hyprpicker
|
||||
hyprcontrib.hyprprop
|
||||
|
@ -67,7 +66,7 @@ in {
|
|||
brightnessctl
|
||||
dig
|
||||
swappy
|
||||
nixpkgs-wayland.imv
|
||||
imv
|
||||
pcmanfm
|
||||
xdg-ninja
|
||||
auto-cpufreq
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
|
@ -28,7 +27,6 @@ in {
|
|||
home-manager.users.${username} = {
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.foot;
|
||||
server.enable = cfg.server;
|
||||
settings = {
|
||||
main = {
|
||||
|
@ -50,6 +48,8 @@ in {
|
|||
pad = "5x5 center";
|
||||
resize-delay-ms = 100;
|
||||
|
||||
notify = "${notify-send} -a \${app-id} -i \${app-id} \${title} \${body}";
|
||||
|
||||
bold-text-in-bright = "no";
|
||||
word-delimiters = ",│`|:\"'()[]{}<>";
|
||||
selection-target = "primary";
|
||||
|
@ -122,9 +122,9 @@ in {
|
|||
select-word-whitespace = "Control+BTN_LEFT-2";
|
||||
#select-row = "BTN_LEFT-3";
|
||||
};
|
||||
desktop-notifications = {
|
||||
command = "${notify-send} -a \${app-id} -i \${app-id} \${title} \${body}";
|
||||
};
|
||||
# desktop-notifications = {
|
||||
# command = "${notify-send} -a \${app-id} -i \${app-id} \${title} \${body}";
|
||||
# };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -21,14 +21,12 @@
|
|||
|
||||
smwPresent = elem inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces cfg.extraPlugins;
|
||||
|
||||
foot' = inputs.nixpkgs-wayland.packages.${pkgs.system}.foot;
|
||||
foot = getExe' foot' "foot";
|
||||
footclient = getExe' foot' "footclient";
|
||||
inherit (inputs.nixpkgs-wayland.packages.${pkgs.system}) wl-clipboard;
|
||||
wl-copy = getExe' wl-clipboard "wl-copy";
|
||||
wl-paste = getExe' wl-clipboard "wl-paste";
|
||||
swww-daemon = getExe' inputs.nixpkgs-wayland.packages.${pkgs.system}.swww "swww-daemon";
|
||||
wlsunset = getExe inputs.nixpkgs-wayland.packages.${pkgs.system}.wlsunset;
|
||||
foot = getExe' pkgs.foot "foot";
|
||||
footclient = getExe' pkgs.foot "footclient";
|
||||
wl-copy = getExe' pkgs.wl-clipboard "wl-copy";
|
||||
wl-paste = getExe' pkgs.wl-clipboard "wl-paste";
|
||||
swww-daemon = getExe' pkgs.swww "swww-daemon";
|
||||
wlsunset = getExe pkgs.wlsunset;
|
||||
anyrun = getExe inputs.anyrun.packages.${pkgs.system}.anyrun;
|
||||
|
||||
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.poz.programs.swaylock;
|
||||
|
@ -20,7 +18,6 @@ in {
|
|||
home-manager.users.${username} = {
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.swaylock-effects;
|
||||
settings = {
|
||||
daemonize = false;
|
||||
show-failed-attempts = true;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
|
@ -20,7 +19,6 @@ in {
|
|||
home-manager.users.${username} = {
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.dunst;
|
||||
settings = {
|
||||
global = {
|
||||
monitor = 1;
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
nix.settings = {
|
||||
substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
"https://nixpkgs-wayland.cachix.org"
|
||||
"https://attic.conduit.rs/conduit"
|
||||
"https://helix.cachix.org"
|
||||
"https://viperml.cachix.org"
|
||||
|
@ -11,7 +10,6 @@
|
|||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA="
|
||||
"conduit:ddcaWZiWm0l0IXZlO8FERRdWvEufwmd0Negl1P+c0Ns="
|
||||
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
|
||||
"viperml.cachix.org-1:qZhKBMTfmcLL+OG6fj/hzsMEedgKvZVFRRAhq7j8Vh8="
|
||||
|
|
Loading…
Reference in a new issue