statix
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ ... }:
|
_:
|
||||||
{
|
{
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
monitor = [
|
monitor = [
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ let
|
|||||||
{ name, value }:
|
{ name, value }:
|
||||||
let
|
let
|
||||||
target = "${config.home.homeDirectory}/${name}";
|
target = "${config.home.homeDirectory}/${name}";
|
||||||
source = value.source;
|
inherit (value) source;
|
||||||
dirName = builtins.dirOf target;
|
dirName = builtins.dirOf target;
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ ... }:
|
_:
|
||||||
{
|
{
|
||||||
xdg = {
|
xdg = {
|
||||||
userDirs = {
|
userDirs = {
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
{
|
_:
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
# Global config file
|
# Global config file
|
||||||
xdg.configFile."opencode/opencode.json".source = ./opencode.json;
|
xdg.configFile."opencode/opencode.json".source = ./opencode.json;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ ... }:
|
_:
|
||||||
{
|
{
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
{
|
_:
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
monitor = [
|
monitor = [
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ ... }:
|
_:
|
||||||
{
|
{
|
||||||
programs.appimage = {
|
programs.appimage = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ ... }:
|
_:
|
||||||
{
|
{
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
{
|
_:
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
security.pki.certificateFiles = [ ./n62.casa.pem ];
|
security.pki.certificateFiles = [ ./n62.casa.pem ];
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ ... }:
|
_:
|
||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
{
|
_:
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ ... }:
|
_:
|
||||||
{
|
{
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user