This commit is contained in:
commit
30ce0dafc2
195 changed files with 8902 additions and 0 deletions
20
users/rus07tam/hosts/elaris.nix
Normal file
20
users/rus07tam/hosts/elaris.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./../modules/alacritty
|
||||
./../modules/clipboard
|
||||
./../modules/firefox
|
||||
./../modules/hyprland
|
||||
./../modules/obsidian
|
||||
./../modules/wofi
|
||||
./../modules/zed
|
||||
./../modules/apps.nix
|
||||
./../modules/games.nix
|
||||
];
|
||||
|
||||
xdg.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
dragon-drop
|
||||
];
|
||||
}
|
||||
4
users/rus07tam/hosts/velarion.nix
Normal file
4
users/rus07tam/hosts/velarion.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
imports = [
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue