This commit is contained in:
Miguel Palhas
2026-06-27 14:18:03 +01:00
parent a2b4d0f479
commit 474bd840d2
12 changed files with 12 additions and 20 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }: _:
{ {
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
monitor = [ monitor = [
+1 -1
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
{ ... }: _:
{ {
xdg = { xdg = {
userDirs = { userDirs = {
+1 -3
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
{ ... }: _:
{ {
programs.ssh = { programs.ssh = {
enable = true; enable = true;
+1 -3
View File
@@ -1,6 +1,4 @@
{ _:
...
}:
{ {
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
monitor = [ monitor = [
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }: _:
{ {
programs.appimage = { programs.appimage = {
enable = true; enable = true;
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }: _:
{ {
virtualisation.docker = { virtualisation.docker = {
enable = true; enable = true;
+1 -3
View File
@@ -1,6 +1,4 @@
{ _:
...
}:
{ {
security.pki.certificateFiles = [ ./n62.casa.pem ]; security.pki.certificateFiles = [ ./n62.casa.pem ];
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }: _:
{ {
networking = { networking = {
networkmanager.enable = true; networkmanager.enable = true;
+1 -3
View File
@@ -1,6 +1,4 @@
{ _:
...
}:
{ {
programs.steam = { programs.steam = {
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }: _:
{ {
services.openssh = { services.openssh = {
enable = true; enable = true;