idk changes
This commit is contained in:
parent
954bf2d4ba
commit
6848a9d5e0
7 changed files with 25 additions and 19 deletions
33
flake.lock
generated
33
flake.lock
generated
|
|
@ -73,11 +73,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1766292113,
|
||||
"narHash": "sha256-sWTtmkQujRpjWYCnZc8LWdDiCzrRlSBPrGovkZpLkBI=",
|
||||
"lastModified": 1767780135,
|
||||
"narHash": "sha256-5SbmsLMgxzPd9YMbFR4IHfOXv6bjWs+dfl6IbSq3r7s=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "fdec8815a86db36f42fc9c8cb2931cd8485f5aed",
|
||||
"rev": "c08430923ed417abc653884328a39e98496cfd0f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -115,14 +115,17 @@
|
|||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1767799636,
|
||||
"narHash": "sha256-qBgbE4jC/VJaY86mNspzToyR08xacawAbMeZskejcJc=",
|
||||
"path": "/home/horseman/Programming/nix-hyprland",
|
||||
"type": "path"
|
||||
"lastModified": 1767801421,
|
||||
"narHash": "sha256-z6+cVdgkJSz+MLUOChLDUZsiBP/h6tuAZSjVG+66jpo=",
|
||||
"owner": "KoenDR06",
|
||||
"repo": "nix-hyprland",
|
||||
"rev": "4efff468c6435080b0716fd289ab7c06c4bb215f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"path": "/home/horseman/Programming/nix-hyprland",
|
||||
"type": "path"
|
||||
"owner": "KoenDR06",
|
||||
"repo": "nix-hyprland",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
|
|
@ -143,11 +146,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1766201043,
|
||||
"narHash": "sha256-eplAP+rorKKd0gNjV3rA6+0WMzb1X1i16F5m5pASnjA=",
|
||||
"lastModified": 1767634882,
|
||||
"narHash": "sha256-2GffSfQxe3sedHzK+sTKlYo/NTIAGzbFCIsNMUPAAnk=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b3aad468604d3e488d627c0b43984eb60e75e782",
|
||||
"rev": "3c9db02515ef1d9b6b709fc60ba9a540957f661c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -167,11 +170,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1763909441,
|
||||
"narHash": "sha256-56LwV51TX/FhgX+5LCG6akQ5KrOWuKgcJa+eUsRMxsc=",
|
||||
"lastModified": 1767662275,
|
||||
"narHash": "sha256-d5Q1GmQ+sW1Bt8cgDE0vOihzLaswsm8cSdg8124EqXE=",
|
||||
"owner": "pjones",
|
||||
"repo": "plasma-manager",
|
||||
"rev": "b24ed4b272256dfc1cc2291f89a9821d5f9e14b4",
|
||||
"rev": "51816be33a1ff0d4b22427de83222d5bfa96d30e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
];
|
||||
forAllSystems = nixpkgs.lib.genAttrs systems;
|
||||
|
||||
lib = import ./overlays {inherit inputs;};
|
||||
lib = import ./lib {inherit inputs;};
|
||||
in {
|
||||
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
../../modules
|
||||
];
|
||||
|
||||
nix-hyprland = {
|
||||
config.nix-hyprland = {
|
||||
monitors = {
|
||||
bindWorkspaces = "interlaced";
|
||||
displays = [
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
{config, ...}: {
|
||||
{...}: {
|
||||
imports = [
|
||||
../../modules
|
||||
];
|
||||
|
||||
config.nix-hyprland = {
|
||||
username = config.horseman.username;
|
||||
monitors = {
|
||||
displays = [
|
||||
{
|
||||
|
|
@ -19,6 +18,7 @@
|
|||
y = 0;
|
||||
transform = 1;
|
||||
wallpaper = ../../misc/portrait.png;
|
||||
bar = "top";
|
||||
}
|
||||
];
|
||||
bindWorkspaces = "interlaced";
|
||||
|
|
|
|||
|
|
@ -46,6 +46,9 @@ in {
|
|||
horseman.hardware.keyd.enable = true;
|
||||
|
||||
nix-hyprland = {
|
||||
enable = true;
|
||||
username = config.horseman.username;
|
||||
|
||||
execOnce = [
|
||||
"hypridle"
|
||||
"hyprpaper"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue