Skip to content

Commit 7d94b0a

Browse files
committed
Merge branch 'main' of ssh://github.com/ryan4yin/nix-config
2 parents 9b45936 + 91112b9 commit 7d94b0a

6 files changed

Lines changed: 16 additions & 8 deletions

File tree

home/linux/gui/base/creative.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232

3333
# this app consumes a lot of storage, so do not install it currently
3434
# kicad # 3d printing, electrical engineering
35+
36+
# Astronomy
37+
stellarium # See what you can see with your eyes, binoculars or a small telescope.
38+
celestia # Real-time 3D simulation of space, travel throughout the solar system.
3539
]
3640
++ (lib.optionals pkgs.stdenv.isx86_64 [
3741
# https://github.com/edolstra/nix-warez/blob/master/blender/flake.nix

home/linux/gui/base/noctalia/config/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
},
392392
"sounds": {
393393
"criticalSoundFile": "",
394-
"enabled": true,
394+
"enabled": false,
395395
"excludedApps": "discord,firefox,chrome,chromium,edge",
396396
"lowSoundFile": "",
397397
"normalSoundFile": "",
@@ -542,7 +542,7 @@
542542
"panelPosition": "follow_bar",
543543
"randomEnabled": true,
544544
"randomIntervalSec": 600,
545-
"recursiveSearch": false,
545+
"recursiveSearch": true,
546546
"setWallpaperOnAllMonitors": true,
547547
"solidColor": "#1a1a2e",
548548
"transitionDuration": 1500,

home/linux/gui/niri/conf/windowrules.kdl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ window-rule {
3838

3939
// Chat applications - open in workspace 3
4040
window-rule {
41-
match app-id="org.telegram.desktop"
42-
//open-on-workspace "3chat"
41+
// match app-id="org.telegram.desktop"
42+
match title="^Telegram"
43+
// open-on-workspace "3chat"
4344
}
4445
window-rule {
4546
match app-id="wechat"
@@ -94,8 +95,8 @@ window-rule {
9495

9596
// Other applications - open in workspace 0
9697
window-rule {
97-
match app-id="clash-verge"
98-
//open-on-workspace "0other"
98+
match app-id="Clash-verge"
99+
// open-on-workspace "0other"
99100
}
100101
window-rule {
101102
match app-id="Zoom Workplace"

hosts/idols-ai/ai/ollama.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ in
88
{
99
services.ollama = rec {
1010
enable = true;
11-
package = pkgs.ollama;
11+
package = pkgs.ollama-cuda;
1212
host = "0.0.0.0";
1313
port = 11434;
1414
# home = "/var/lib/ollama";

hosts/idols-ai/niri-hardware.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ output "eDP-1" {
2323
// The cursor can only move between directly adjacent outputs.
2424
// Output scale has to be taken into account for positioning:
2525
// outputs are sized in logical, or scaled, pixels.
26-
// For example, a 38402160 output with scale 2.0 will have a logical size of 19201080,
26+
// For example, a 3840×2160 output with scale 2.0 will have a logical size of 1920×1080,
2727
// so to put another output directly adjacent to it on the right, set its x to 1920.
2828
// It the position is unset or results in an overlap, the output is instead placed
2929
// automatically.

hosts/idols-ai/preservation.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,9 @@ in
362362

363363
".config/nushell"
364364

365+
# noctalia shell
366+
".cache/noctalia"
367+
365368
# Mayuri Spec
366369

367370
# ======================================

0 commit comments

Comments
 (0)