mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 10:16:35 +05:30
initial commit
This commit is contained in:
7
hosts/sirius/home.nix
Normal file
7
hosts/sirius/home.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ config, pkgs, pkgs-unstable, username, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../modules/hyprland/home.nix
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user