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