Update
This commit is contained in:
parent
487d81ff86
commit
caee38f568
@ -1,7 +1,7 @@
|
||||
[//]: # (Title: Nixy)
|
||||
[//]: # (Description: Nixy is a Hyprland NixOS configuration with home-manager, secrets and custom theming all in one place. It's a simple way to manage your system configuration and dotfiles.)
|
||||
[//]: # (Author: Hadi)
|
||||
[//]: # (Date: 06/19/24)
|
||||
[//]: # (Date: 06/23/24)
|
||||
|
||||
<div align="center">
|
||||
<img src="https://raw.githubusercontent.com/anotherhadi/nixy/main/docs/src/logo.png" width="100px" />
|
||||
|
@ -26,6 +26,5 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
|
||||
- [ ] Server
|
||||
- [ ] Bitcoin-git
|
||||
- [ ] server fetch
|
||||
- [ ] Remote push
|
||||
- [ ] Ntfy auth file
|
||||
- [ ] Fix adguard
|
||||
|
@ -47,6 +47,7 @@
|
||||
};
|
||||
|
||||
services = {
|
||||
tailscale.enable = config.var.tailscale;
|
||||
xserver = {
|
||||
enable = true;
|
||||
xkb.layout = config.var.keyboardLayout;
|
||||
|
@ -26,7 +26,8 @@
|
||||
sops = false;
|
||||
# change the nvim's obsidian configuration if you want to enable that:
|
||||
obsidian = false;
|
||||
tailscale = false;
|
||||
|
||||
theme = import ../themes/nixy.nix; # select your theme here
|
||||
theme = import ../themes/catppuccin.nix; # select your theme here
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user