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 = {
monitor = [
+1 -1
View File
@@ -38,7 +38,7 @@ let
{ name, value }:
let
target = "${config.home.homeDirectory}/${name}";
source = value.source;
inherit (value) source;
dirName = builtins.dirOf target;
in
''
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }:
_:
{
xdg = {
userDirs = {
+1 -3
View File
@@ -1,6 +1,4 @@
{
...
}:
_:
{
# Global config file
xdg.configFile."opencode/opencode.json".source = ./opencode.json;
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }:
_:
{
programs.ssh = {
enable = true;
+1 -3
View File
@@ -1,6 +1,4 @@
{
...
}:
_:
{
wayland.windowManager.hyprland.settings = {
monitor = [
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }:
_:
{
programs.appimage = {
enable = true;
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }:
_:
{
virtualisation.docker = {
enable = true;
+1 -3
View File
@@ -1,6 +1,4 @@
{
...
}:
_:
{
security.pki.certificateFiles = [ ./n62.casa.pem ];
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }:
_:
{
networking = {
networkmanager.enable = true;
+1 -3
View File
@@ -1,6 +1,4 @@
{
...
}:
_:
{
programs.steam = {
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }:
_:
{
services.openssh = {
enable = true;