updated flake inputs, fixed evaluation warnings

removed the neon configuration from the flake
This commit is contained in:
2025-07-14 12:30:10 -04:00
parent c12ae3a9e9
commit 54d1c15823
19 changed files with 273 additions and 850 deletions

View File

@@ -96,7 +96,6 @@ in {
"XDG_CACHE_HOME,$HOME/.cache"
];
layerrule = [ "blur,waybar" "ignorezero,waybar" "blur,launcher" ];
windowrule = [ "opacity 0.8,nemo" ];
input = {
kb_layout = "us";
@@ -113,7 +112,6 @@ in {
border_size = 3;
#"col.inactive_border" = "0xff${scheme.base01}";
"col.active_border" = lib.mkForce "0xff${scheme.base04}";
border_part_of_window = false;
no_border_on_floating = false;
};
misc = {
@@ -191,7 +189,7 @@ in {
"super, up, exec, pactl set-sink-volume @default_sink@ +10%"
"super, down, exec, pactl set-sink-volume @default_sink@ -10%"
"super, t, exec, swaync-client -t -sw"
"super, a, exec, librewolf"
"super, a, exec, firefox"
"super, q, exec, kitty"
"super shift, q, exec, [float;size 40% 30%;move onscreen cursor -50% -50%] kitty"
"super, c, killactive,"

View File

@@ -30,6 +30,7 @@ in {
cursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 24;
};
fonts = {
monospace = {

View File

@@ -62,6 +62,7 @@ in {
neovide
python3
ghostty
firefox
fd
delta
glfw

View File

@@ -12,7 +12,7 @@ in
};
config = lib.mkIf config.movOpts.envConfig.zshConfig.extraConfig.enable {
programs.zsh = {
initExtra = ''
initContent = ''
build-drv() { # Put the derivation path in $RESULT instead of making a 'result' symlink
RESULT=$(nix-build "$@" --no-link)
if [ -z "$RESULT" ]; then

View File

@@ -7,8 +7,8 @@
programs.git = {
enable = true;
signing = {
gpgPath = "${pkgs.gnupg}/bin/gpg";
key = "0DA69D51BA4B2D2B58FC9CB574ED6528A37CA99A";
signer = "${pkgs.gnupg}/bin/gpg";
key = "2453DF4EF63B92D5D8FE8C9DC741C9DFD8156540";
signByDefault = true;
};
userEmail = "kylerclay@proton.me";

View File

@@ -26,7 +26,7 @@ in {
#};
};
enable = true;
diagnostics.signs = false;
diagnostic.settings.signs = false;
extraConfigLua = ''
if vim.g.started_by_firenvim == true then
vim.o.laststatus = 0

View File

@@ -1,9 +1,11 @@
{
programs.nixvim.plugins.fidget = {
enable = true;
notification = {
overrideVimNotify = true;
window = { border = "rounded"; };
settings = {
notification = {
overrideVimNotify = true;
window = { border = "rounded"; };
};
};
};
}

View File

@@ -1,4 +1,5 @@
{ inputs, nixpkgs, nixvim, config, self, username, host, ... }: {
imports = [ (import ./bootloader.nix) ] ++ [ (import ./network.nix) ]
++ [ (import ./powerprofiles.nix) ];
++ [ (import ./powerprofiles.nix) ]
++ [ (import ./kernel.nix) ];
}

View File

@@ -0,0 +1,15 @@
{ lib, config, pkgs, ... }: {
options = {
movOpts.hardwareCfg.kernelModule.enable = lib.mkEnableOption "enables kernel module configuration";
};
config = lib.mkIf config.movOpts.hardwareCfg.kernelModule.enable {
hardware.enableAllFirmware = true;
environment.systemPackages = [
pkgs.linux-firmware
];
boot.kernelModules = [
"amdgpu"
"rtw89_8852ce"
];
};
}

View File

@@ -31,7 +31,7 @@
nixos-option
nix-search-cli
nix-template
nixfmt
nixfmt-classic
sshfs
nvd
pamixer
@@ -48,9 +48,6 @@
file
pkg-config
openssl
openssl_3
openssl_3_0
openssl_3_3
libvirt-glib
man-pages
man-pages-posix

View File

@@ -30,6 +30,7 @@ in {
cursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 24;
};
fonts = {
monospace = {