mirror of
https://github.com/blahai/nyx.git
synced 2025-06-24 06:57:10 -04:00
more hypr stuffies and whatnot
This commit is contained in:
parent
8235c282d9
commit
a7f53fad26
7 changed files with 37 additions and 30 deletions
|
@ -4,6 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../modules/nixos/games/default.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
|
||||
|
@ -110,7 +111,7 @@
|
|||
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
|
||||
};
|
||||
|
||||
dir{
|
||||
direnv = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
|
@ -146,6 +147,7 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
hyprcursor
|
||||
neovim
|
||||
wget
|
||||
git
|
||||
|
@ -167,6 +169,7 @@
|
|||
busybox
|
||||
rustup
|
||||
vscode-fhs
|
||||
bibata-cursors
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue