Compare commits

..

No commits in common. "49ca0fa78bbc1e2e1be6531671621378c4485fe4" and "d1e5b4ed7bf0f052707c63b2a0da663d614dc61b" have entirely different histories.

5 changed files with 13 additions and 33 deletions

View file

@ -17,6 +17,7 @@
## Tools ## Tools
# Utilities # Utilities
brightnessctl
fastfetch fastfetch
firefox firefox
pavucontrol pavucontrol

View file

@ -27,7 +27,4 @@
nix.settings.trusted-public-keys = [ nix.settings.trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
]; ];
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
} }

View file

@ -1,6 +1,9 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Enable GPG. # Enable GPG.
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
@ -47,6 +50,7 @@
## Tools ## Tools
# Utilities # Utilities
bat bat
btrfs-progs
duf duf
fuseiso fuseiso
lm_sensors lm_sensors
@ -94,5 +98,11 @@
## Libraries ## Libraries
libsForQt5.qt5.qtgraphicaleffects libsForQt5.qt5.qtgraphicaleffects
libsForQt5.qt5.qtquickcontrols2 libsForQt5.qt5.qtquickcontrols2
pkgsi686Linux.gperftools # Needed for TF2 rn :(
## Hardware specific
openrazer-daemon # Razor products back-end
polychromatic # and it's front-end
vial
]; ];
} }

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { ... }:
{ {
imports = [ imports = [
@ -138,18 +138,4 @@
# Enable WOL on my ethernet interface. # Enable WOL on my ethernet interface.
networking.interfaces.enp5s0.wakeOnLan.enable = true; networking.interfaces.enp5s0.wakeOnLan.enable = true;
#
# PACKAGES #
#
environment.systemPackages = with pkgs; [
## Tools
# Utilities
btrfs-progs
## Hardware specific
openrazer-daemon # Razor products back-end
polychromatic # and it's front-end
vial
];
} }

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { ... }:
{ {
# #
@ -53,20 +53,6 @@
}; };
}; };
#
# PACKAGES #
#
home.packages = with pkgs; [
## Tools
# Utilities
brightnessctl
];
#
# MODULES #
#
# Add monitor configuration to hyprland # Add monitor configuration to hyprland
modules.hyprland.extraConfig = # hyprlang modules.hyprland.extraConfig = # hyprlang
'' ''