Fri 5 Jul 18:11:46 CEST 2024
This commit is contained in:
parent
270ff0ae17
commit
dc78bbd981
56
flake.lock
56
flake.lock
|
@ -18,22 +18,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flake-compat": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1696426674,
|
|
||||||
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
|
|
||||||
"owner": "edolstra",
|
|
||||||
"repo": "flake-compat",
|
|
||||||
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "edolstra",
|
|
||||||
"repo": "flake-compat",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"home-manager": {
|
"home-manager": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -278,22 +262,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs_4": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1716948383,
|
|
||||||
"narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "ad57eef4ef0659193044870c731987a6df5cf56b",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"ref": "nixos-unstable",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1720122287,
|
"lastModified": 1720122287,
|
||||||
|
@ -316,8 +284,7 @@
|
||||||
"hyprland": "hyprland",
|
"hyprland": "hyprland",
|
||||||
"nixpkgs": "nixpkgs_3",
|
"nixpkgs": "nixpkgs_3",
|
||||||
"nur": "nur",
|
"nur": "nur",
|
||||||
"split-monitor-workspaces": "split-monitor-workspaces",
|
"split-monitor-workspaces": "split-monitor-workspaces"
|
||||||
"waybar": "waybar"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"split-monitor-workspaces": {
|
"split-monitor-workspaces": {
|
||||||
|
@ -357,27 +324,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"waybar": {
|
|
||||||
"inputs": {
|
|
||||||
"flake-compat": "flake-compat",
|
|
||||||
"nixpkgs": "nixpkgs_4"
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1718393308,
|
|
||||||
"narHash": "sha256-jqghcc4GphOV4gDMdu0upCgcUeKrb1Sbqbn44uboitk=",
|
|
||||||
"ref": "refs/heads/master",
|
|
||||||
"rev": "f2dfc151b57ea966e75f5ff4215a6ec4cb58b69c",
|
|
||||||
"revCount": 3519,
|
|
||||||
"submodules": true,
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/thomasave/Waybar"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"submodules": true,
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/thomasave/Waybar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"xdph": {
|
"xdph": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"hyprland-protocols": "hyprland-protocols",
|
"hyprland-protocols": "hyprland-protocols",
|
||||||
|
|
|
@ -10,11 +10,6 @@
|
||||||
url = "https://github.com/hyprwm/Hyprland";
|
url = "https://github.com/hyprwm/Hyprland";
|
||||||
submodules = true;
|
submodules = true;
|
||||||
};
|
};
|
||||||
waybar = {
|
|
||||||
type = "git";
|
|
||||||
url = "https://github.com/thomasave/Waybar";
|
|
||||||
submodules = true;
|
|
||||||
};
|
|
||||||
split-monitor-workspaces = {
|
split-monitor-workspaces = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/Duckonaut/split-monitor-workspaces";
|
url = "https://github.com/Duckonaut/split-monitor-workspaces";
|
||||||
|
|
|
@ -82,8 +82,7 @@ window.notification-popups box.notifications {
|
||||||
border-radius: 11px;
|
border-radius: 11px;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
margin: .5em;
|
margin: .5em;
|
||||||
border: 1px solid @wm_borders_edge;
|
background-color: #1f2430;
|
||||||
background-color: @theme_bg_color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification.critical {
|
.notification.critical {
|
||||||
|
|
|
@ -88,28 +88,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.dunst = {
|
|
||||||
enable = true;
|
|
||||||
iconTheme = {
|
|
||||||
package = pkgs.gnome3.adwaita-icon-theme;
|
|
||||||
name = "Adwaita";
|
|
||||||
};
|
|
||||||
settings = {
|
|
||||||
global = {
|
|
||||||
frame_color = "#00000000";
|
|
||||||
separator_color = "frame";
|
|
||||||
background = "#24273A";
|
|
||||||
foreground = "#ffffff";
|
|
||||||
font = "Ubuntu 10.5";
|
|
||||||
width = "(0, 600)";
|
|
||||||
padding = 15;
|
|
||||||
origin = "top-right";
|
|
||||||
offset = "10x10";
|
|
||||||
horizontal_padding = 20;
|
|
||||||
gap_size = 15;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.variables = [ "--all" ];
|
systemd.variables = [ "--all" ];
|
||||||
|
|
Loading…
Reference in New Issue