Compare commits
No commits in common. "1adb0cf84a0406ff49d71886e05244fd733d5694" and "3c56ef7d047a94f886e2ff1096f1d2234bb7121a" have entirely different histories.
1adb0cf84a
...
3c56ef7d04
5 changed files with 13 additions and 32 deletions
|
@ -3,15 +3,13 @@
|
|||
(setq user-full-name "liv"
|
||||
user-mail-address "shadows@with.al")
|
||||
|
||||
;; Set fonts and window sizes
|
||||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||
|
||||
(if (string= (system-name) "enoko")
|
||||
(setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 25 :weight 'semi-light))
|
||||
(setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 17 :weight 'semi-light)))
|
||||
|
||||
|
||||
;; Set fonts and window sizes conditionally based on what machine Emacs is running on
|
||||
(when (string= (system-name) "enoko")
|
||||
(setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 25 :weight 'semi-light))
|
||||
(add-to-list 'default-frame-alist '(fullscreen . maximized)))
|
||||
|
||||
(when (string= (system-name) "yukari")
|
||||
(setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 19 :weight 'semi-light)))
|
||||
|
||||
;; Load our cute color scheme
|
||||
(setq catppuccin-flavor 'mocha)
|
||||
|
|
|
@ -30,7 +30,5 @@
|
|||
imagemagick
|
||||
zstd
|
||||
editorconfig-core-c
|
||||
# for vterm
|
||||
libtool
|
||||
];
|
||||
}
|
||||
|
|
17
servers/flake.lock
generated
17
servers/flake.lock
generated
|
@ -54,18 +54,15 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1730531603,
|
||||
"narHash": "sha256-Dqg6si5CqIzm87sp57j5nTaeBbWhHFaVyG7V6L8k3lY=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "7ffd9ae656aec493492b44d0ddfb28e79a1ea25d",
|
||||
"type": "github"
|
||||
"lastModified": 1723991338,
|
||||
"narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=",
|
||||
"path": "/nix/store/d9gbq853jvbccrz5g3y0irbwgc57w137-source",
|
||||
"rev": "8a3354191c0d7144db9756a74755672387b702ba",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
"id": "nixpkgs",
|
||||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
description = "The flake that describes my server configurations";
|
||||
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
inputs.deploy-rs.url = "github:serokell/deploy-rs";
|
||||
|
||||
outputs = { self, nixpkgs, deploy-rs, }: {
|
||||
|
|
|
@ -34,11 +34,6 @@
|
|||
25565 # minecraft
|
||||
];
|
||||
|
||||
services.syncplay = {
|
||||
enable = true;
|
||||
motd = "START SUCKING!!!!";
|
||||
};
|
||||
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
|
@ -73,12 +68,6 @@
|
|||
reverse_proxy localhost:3000
|
||||
'';
|
||||
};
|
||||
|
||||
"watch.with.al" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy localhost:8999
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue