Compare commits

..

4 commits

4 changed files with 25 additions and 7 deletions

View file

@ -458,11 +458,11 @@
]
},
"locked": {
"lastModified": 1729435058,
"narHash": "sha256-eGikARBVu4R3Lf9jltmJ6u/z1vf2JOiUhvPsOXhZkcE=",
"lastModified": 1729556169,
"narHash": "sha256-QPdHlFpLlWSE6oEC+MKkDCmecegT8l7vcOW7Jir8Cg4=",
"ref": "refs/heads/main",
"rev": "795e6941f83daef55ac957a7136a45abf050fb78",
"revCount": 6,
"rev": "7a06a2a28c546b172dca79a35b5b12476d7e24da",
"revCount": 14,
"type": "git",
"url": "https://git.dayl.in/daylin/hyprman.git"
},
@ -577,6 +577,22 @@
"url": "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"
}
},
"my-nixpkgs": {
"locked": {
"lastModified": 1714076141,
"narHash": "sha256-Drmja/f5MRHZCskS6mvzFqxEaZMeciScCTFxWVLqWEY=",
"owner": "daylinmorgan",
"repo": "nixpkgs",
"rev": "7bb2ccd8cdc44c91edba16c48d2c8f331fb3d856",
"type": "github"
},
"original": {
"owner": "daylinmorgan",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nim2nix": {
"inputs": {
"nixpkgs": [
@ -1021,6 +1037,7 @@
"hyprman": "hyprman",
"lix": "lix",
"lix-module": "lix-module",
"my-nixpkgs": "my-nixpkgs",
"nim2nix": "nim2nix_2",
"nix-index-database": "nix-index-database",
"nixos-wsl": "nixos-wsl",

View file

@ -6,6 +6,8 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
stable.url = "github:nixos/nixpkgs/nixos-23.11";
my-nixpkgs.url = "github:daylinmorgan/nixpkgs/nixos-unstable";
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
nixos-wsl.url = "github:nix-community/NixOS-WSL";
nix-index-database.url = "github:nix-community/nix-index-database";

View file

@ -38,9 +38,6 @@ mkOizysModule config "hyprland" {
hyprlock
hypridle
# wallpapers
swww
catppuccin-cursors.mochaDark
# not even clear why I need to add this but ¯\_(ツ)_/¯
@ -53,6 +50,7 @@ mkOizysModule config "hyprland" {
mako
eww
wlr-randr
swww
]);
nixpkgs.overlays = [

View file

@ -9,6 +9,7 @@
mkDefaultOizysModule config "cli" {
programs.direnv = enabled;
services.lorri = enabled;
environment.etc = {
"direnv/direnv.toml".text = ''