generated from andy/linux-nixos-hyprland-config-dotfiles
Initial nixos config edits
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
description = "XNM's NixOS Configuration";
|
||||
description = "Andy's NixOS Configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||
wezterm.url = "github:wez/wezterm?dir=nix";
|
||||
radicle-tui.url = "git+https://seed.radicle.xyz/z39mP9rQAaGmERfUMPULfPUi473tY.git";
|
||||
# rust-overlay.url = "github:oxalica/rust-overlay";
|
||||
# wezterm.url = "github:wez/wezterm?dir=nix";
|
||||
# radicle-tui.url = "git+https://seed.radicle.xyz/z39mP9rQAaGmERfUMPULfPUi473tY.git";
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, ... } @ inputs:
|
||||
@@ -15,12 +15,12 @@
|
||||
modules = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./nvidia.nix
|
||||
# ./disable-nvidia.nix
|
||||
# ./nvidia.nix
|
||||
./disable-nvidia.nix
|
||||
./opengl.nix
|
||||
# ./fingerprint-scanner.nix
|
||||
# ./clamav-scanner.nix
|
||||
./yubikey.nix
|
||||
# ./yubikey.nix
|
||||
./sound.nix
|
||||
./usb.nix
|
||||
./keyboard.nix
|
||||
@@ -43,27 +43,27 @@
|
||||
# ./printing.nix
|
||||
# ./gnome.nix
|
||||
./hyprland.nix
|
||||
./environment-variables.nix
|
||||
./bluetooth.nix
|
||||
# ./environment-variables.nix
|
||||
# ./bluetooth.nix
|
||||
./networking.nix
|
||||
# ./mac-randomize.nix
|
||||
# ./open-ssh.nix
|
||||
./mosh.nix
|
||||
# ./mosh.nix
|
||||
./firewall.nix
|
||||
./dns.nix
|
||||
./vpn.nix
|
||||
# ./vpn.nix
|
||||
./users.nix
|
||||
./virtualisation.nix
|
||||
./programming-languages.nix
|
||||
./lsp.nix
|
||||
./rust.nix
|
||||
./radicle.nix
|
||||
./wasm.nix
|
||||
# ./programming-languages.nix
|
||||
# ./lsp.nix
|
||||
# ./rust.nix
|
||||
# ./radicle.nix
|
||||
# ./wasm.nix
|
||||
./info-fetchers.nix
|
||||
./utils.nix
|
||||
./terminal-utils.nix
|
||||
./llm.nix
|
||||
./work.nix
|
||||
# ./llm.nix
|
||||
# ./work.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user