โ„๏ธ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop

ใ€Œ๐Ÿ”จใ€ fix: removed unused shit

+5 -42
+1 -1
flake.nix
··· 83 83 }; 84 84 }; 85 85 devShells = forEachSupportedSystem ( 86 - { pkgs, system }: 86 + { pkgs, ... }: 87 87 { 88 88 default = pkgs.mkShell { 89 89 packages = with pkgs; [
-1
home/42/packages.nix
··· 1 1 { 2 2 pkgs, 3 - self, 4 3 inputs, 5 4 ... 6 5 }:
-1
home/LAPTOP-5530/default.nix
··· 1 1 { 2 2 self, 3 - pkgs, 4 3 ... 5 4 }: 6 5 {
+1 -1
home/nixpkgs-conf.nix
··· 12 12 allowUnfreePredicate = (_: true); 13 13 }; 14 14 overlays = [ 15 - (final: prev: { 15 + (_: _: { 16 16 unstable = import inputs.unstablepkgs { 17 17 system = pkgs.system; 18 18 config.allowUnfree = true;
-3
hosts/DEV-BOYY/default.nix
··· 1 1 { 2 2 pkgs, 3 - inputs, 4 - outputs, 5 - self, 6 3 ... 7 4 }: 8 5
-1
hosts/DEV-BOYY/hardware-configuration.nix
··· 4 4 { 5 5 config, 6 6 lib, 7 - pkgs, 8 7 modulesPath, 9 8 ... 10 9 }:
-1
hosts/LAPTOP-5530/default.nix
··· 1 1 { 2 2 pkgs, 3 - config, 4 3 ... 5 4 }: 6 5
+1 -1
hosts/LAPTOP-5530/hardware-configuration.nix
··· 1 1 # Do not modify this file! It was generated by โ€˜nixos-generate-configโ€™ 2 2 # and may be overwritten by future invocations. Please make changes 3 3 # to /etc/nixos/configuration.nix instead. 4 - { config, lib, pkgs, modulesPath, ... }: 4 + { config, lib, modulesPath, ... }: 5 5 6 6 { 7 7 imports =
+1 -1
hosts/NIXOS-SERVER/default.nix
··· 20 20 allowUnfree = true; 21 21 }; 22 22 overlays = [ 23 - (final: prev: { 23 + (_: _: { 24 24 unstable = import inputs.unstablepkgs { 25 25 system = pkgs.system; 26 26 config.allowUnfree = true;
+1 -1
hosts/NIXOS-SERVER/hardware-configuration.nix
··· 1 1 # Do not modify this file! It was generated by โ€˜nixos-generate-configโ€™ 2 2 # and may be overwritten by future invocations. Please make changes 3 3 # to /etc/nixos/configuration.nix instead. 4 - { config, lib, pkgs, modulesPath, ... }: 4 + { config, lib, modulesPath, ... }: 5 5 6 6 { 7 7 imports =
-1
modules/home-manager/catppuccin.nix
··· 1 1 { 2 2 lib, 3 - pkgs, 4 3 config, 5 4 ... 6 5 }:
-1
modules/home-manager/cli/cli-app.nix
··· 3 3 config, 4 4 pkgs, 5 5 inputs, 6 - self, 7 6 ... 8 7 }: 9 8
-1
modules/home-manager/cli/git.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/home-manager/cli/github.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-2
modules/home-manager/cli/pogit.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 - inputs, 6 4 ... 7 5 }: 8 6
-1
modules/home-manager/default.nix
··· 2 2 inputs, 3 3 config, 4 4 lib, 5 - pkgs, 6 5 ... 7 6 }: 8 7 let
-1
modules/home-manager/gui/darkman.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/home-manager/gui/dunst.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/home-manager/gui/wm/hypridle.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/home-manager/gui/wm/hyprland.nix
··· 1 1 { 2 2 lib, 3 3 config, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/home-manager/gui/wm/tofi.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/home-manager/gui/wm/wl-sunset.nix
··· 1 1 { 2 2 lib, 3 3 config, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/nixos/catppuccin.nix
··· 1 1 { 2 2 lib, 3 3 config, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/nixos/grub-boot.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/nixos/hardware/logitech.nix
··· 1 1 { 2 2 config, 3 - pkgs, 4 3 lib, 5 4 ... 6 5 }:
-1
modules/nixos/hardware/nvidia.nix
··· 1 1 { 2 2 lib, 3 3 config, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/nixos/programs/app-image.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/nixos/programs/gnome-keyring.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/nixos/programs/nh.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/nixos/services/gdm.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/nixos/services/ly.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/nixos/services/sound.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-1
modules/nixos/services/xserver.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: 7 6
-2
modules/nixvim/servers/default.nix
··· 1 1 { 2 - inputs, 3 2 lib, 4 - pkgs, 5 3 config, 6 4 ... 7 5 }:
-2
pkgs/keyznvim/config/plugins/harpoon.nix
··· 1 1 { 2 - pkgs, 3 - nixvim, 4 2 ... 5 3 }: 6 4 {
-2
pkgs/keyznvim/default.nix
··· 7 7 self, 8 8 home, 9 9 }: 10 - let 11 - in 12 10 nixvim.makeNixvimWithModule { 13 11 inherit pkgs; 14 12 module = import ./config;