mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
chore: update flake inputs
This commit is contained in:
parent
30cebb0441
commit
3eb1d82798
18
flake.lock
18
flake.lock
@ -143,11 +143,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728197411,
|
"lastModified": 1730003541,
|
||||||
"narHash": "sha256-zoXHEkyC7CDISPPX3Wt3QfpNpBleBZ0xXfwPjg9o7/0=",
|
"narHash": "sha256-z9UF7D5MyPvwZ/T2quNFh+4wRDsNYtrIekTEMrjCPrI=",
|
||||||
"owner": "donovanglover",
|
"owner": "donovanglover",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "c0893ba505a2d3b0b6882c50e7340131ef828e87",
|
"rev": "0e9aeaa1366e5277cfc466905e3358336ac0eec9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -178,11 +178,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728888510,
|
"lastModified": 1729665710,
|
||||||
"narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=",
|
"narHash": "sha256-AlcmCXJZPIlO5dmFzV3V2XF6x/OpNWUV8Y/FMPGd8Z4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c",
|
"rev": "2768c7d042a37de65bb1b5b3268fc987e534c49d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -242,11 +242,11 @@
|
|||||||
"tinted-tmux": "tinted-tmux"
|
"tinted-tmux": "tinted-tmux"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728196159,
|
"lastModified": 1730003682,
|
||||||
"narHash": "sha256-CXicnmdgV5Frs4uHgSXCnPQ+FDUjjDpi+JyoyCK0dJU=",
|
"narHash": "sha256-/o5u8/vVb34jKbBvqOIMmsEvoWbqmbCXZi5EV9L5jbU=",
|
||||||
"owner": "donovanglover",
|
"owner": "donovanglover",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"rev": "d236440c2c9dcc856089ea8c0e7abe30e2a305cb",
|
"rev": "87612ee1cb96cc820abfdeba3724877141fcc4fa",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
programs.eza = {
|
programs.eza = {
|
||||||
enable = true;
|
enable = true;
|
||||||
icons = true;
|
icons = "auto";
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--group-directories-first"
|
"--group-directories-first"
|
||||||
|
@ -70,7 +70,7 @@ in
|
|||||||
"fcitx5"
|
"fcitx5"
|
||||||
"hyprctl dispatch workspace 5000000"
|
"hyprctl dispatch workspace 5000000"
|
||||||
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
||||||
"hyprdim --no-dim-when-only --persist --ignore-leaving-special --dialog-dim"
|
"hyprdim"
|
||||||
"~/.config/${randomBackgroundScript}"
|
"~/.config/${randomBackgroundScript}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user