Compare commits
2 Commits
1e849366dd
...
hyprland
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f79a40354 | |||
| 3da8659710 |
3
home.nix
3
home.nix
@@ -96,8 +96,11 @@ with import <nixpkgs> {};
|
||||
home.sessionPath = [
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
imports = [
|
||||
./modules/applications/emacs/default.nix
|
||||
./modules/games/lutris/default.nix
|
||||
./modules/window_managers/hyprland/default.nix
|
||||
];
|
||||
|
||||
|
||||
7
modules/games/lutris/default.nix
Normal file
7
modules/games/lutris/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.lutris
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user