Compare commits

..

4 Commits

Author SHA1 Message Date
Zynh Ludwig 102f56e3b5 flake update 2024-07-07 15:40:56 -07:00
Zynh Ludwig f6b00722c6 Revert "instant bootloader"
This reverts commit 054838677c.
2024-07-07 15:40:56 -07:00
Zynh Ludwig cccd510fa3 browsers out of home 2024-07-07 15:40:56 -07:00
Zynh Ludwig ffbf533d77 using a neovim package 2024-07-07 15:40:56 -07:00
4 changed files with 27 additions and 22 deletions

View File

@ -92,11 +92,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1717285511, "lastModified": 1719994518,
"narHash": "sha256-iKzJcpdXih14qYVcZ9QC9XuZYnPc6T8YImb6dX166kw=", "narHash": "sha256-pQMhCCHyQGRzdfAkdJ4cIWiw+JNuWsTX7f0ZYSyz0VY=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "2a55567fcf15b1b1c7ed712a2c6fadaec7412ea8", "rev": "9227223f6d922fee3c7b190b2cc238a99527bbb7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -204,11 +204,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1719584202, "lastModified": 1720289319,
"narHash": "sha256-lL0j2vltAX4L5z6APsQVCpNrfzI15P0O/tZ5PMgUCXE=", "narHash": "sha256-E3CjSsXNDWYqoNjrKQLPdEZDLR+mVI9HMa+jY//FjBY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "f50e2779edbc905ab131ce7ce36b14a09ab44f3c", "rev": "10486e6b311b3c5ae1c3477fee058704cea7cb4a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -227,11 +227,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1719467057, "lastModified": 1720256686,
"narHash": "sha256-8gQ0txwuLoBpBeIhTAkl+/7Hi/AD4KE5m4YhOn1OA3E=", "narHash": "sha256-ihHXj+fp/BVpc86rCNN+Qbnpg6OrbeI+jxz6VRyzcy0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "bb6bea003dc464a4248a173e71a007d368691092", "rev": "9822e0611d49ae70278ac20c9d7b68e4797b2fab",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -243,11 +243,11 @@
"neovim-src": { "neovim-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1719414226, "lastModified": 1720175946,
"narHash": "sha256-h/qJ+1R+BtY+mX02UsqYW82hEl78mrHTGAs9yjpFEzU=", "narHash": "sha256-9tiW0rkQZGhnNaIP6gWj7N/iTlCLFdD5r37R1jVOs3s=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "fc9b70826ec88ca2e6c0624c522b872e87aa7ac1", "rev": "3c53e8f78511d6db9a6c804e5a479ba38c33102d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -258,11 +258,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1719379843, "lastModified": 1720181791,
"narHash": "sha256-u+D+IOAMMl70+CJ9NKB+RMrASjInuIWMHzjLWQjPZ6c=", "narHash": "sha256-i4vJL12/AdyuQuviMMd1Hk2tsGt02hDNhA0Zj1m16N8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b3f3c1b13fb08f3828442ee86630362e81136bbc", "rev": "4284c2b73c8bce4b46a6adf23e16d9e2ec8da4bb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -274,11 +274,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1719254875, "lastModified": 1720031269,
"narHash": "sha256-ECni+IkwXjusHsm9Sexdtq8weAq/yUyt1TWIemXt3Ko=", "narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2893f56de08021cffd9b6b6dfc70fd9ccd51eb60", "rev": "9f4128e00b0ae8ec65918efeba59db998750ead6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -55,6 +55,9 @@
gparted gparted
arandr arandr
brave
firefox
# steam # steam
spotify spotify
discord discord

View File

@ -1,5 +1,8 @@
{ pkgs, inputs, ... }: { pkgs, inputs, ... }:
let
neovim-package = inputs.neovim-overlay.packages.${pkgs.system}.default;
in
{ {
imports = [ imports = [
../../home ../../home
@ -7,7 +10,7 @@
snowhawk.neovim = { snowhawk.neovim = {
enable = true; enable = true;
package = inputs.neovim-overlay.packages.${pkgs.system}.default; package = neovim-package;
}; };
snowhawk.alacritty.enable = true; snowhawk.alacritty.enable = true;
snowhawk.theme.enable = true; snowhawk.theme.enable = true;
@ -35,7 +38,6 @@
feh feh
imagemagick imagemagick
brave
uhk-agent uhk-agent
pulsemixer pulsemixer

View File

@ -16,8 +16,8 @@ in
''; '';
}; };
loaderTimeout = mkOption { loaderTimeout = mkOption {
default = 0; default = 5;
example = 5; example = 0;
description = '' description = ''
The timeout for the bootloader select screen The timeout for the bootloader select screen
''; '';