added bluetooth and xremap and screenshots

This commit is contained in:
specCon18 2023-12-20 06:07:08 -05:00
parent 3449e5a858
commit 6baa7c361c
8 changed files with 371 additions and 15 deletions

View file

@ -4,7 +4,8 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
sops-nix.url = github:Mic92/sops-nix;
sops-nix.url = "github:Mic92/sops-nix";
xremap.url = "github:xremap/nix-flake";
hyprland.url = "github:hyprwm/Hyprland";
home-manager = {
url = "github:nix-community/home-manager/release-23.05";
@ -16,7 +17,7 @@
};
};
outputs = { self, home-manager, nixos-hardware, disko, nixpkgs, sops-nix, hyprland, ... }@inputs:
outputs = { self, home-manager, nixos-hardware, disko, nixpkgs, sops-nix, hyprland, xremap, ... }@inputs:
let
system = "x86_64-linux";
pkgs = import nixpkgs {
@ -33,6 +34,8 @@
modules = [
#Secrets management
sops-nix.nixosModules.sops
#Keybinding
xremap.nixosModules.default
#Machine config
configurationNix
defaultNixOptions
@ -64,6 +67,7 @@
./modules/system/desktop-environments/tuigreet.nix
./modules/system/desktop-environments/hyprland.nix
./hosts/katana/default.nix
./hosts/katana/bluetooth.nix
./hosts/katana/networkd.nix
./hosts/katana/system-pkgs.nix
./modules/system/services/docker.nix