<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NixOS-config/home/mun/default.nix, branch schrott-extract-rice</title>
<subtitle>My personal NixOS configuration for all of my machines.
</subtitle>
<id>http://git.256phi.eu/NixOS-config/atom?h=schrott-extract-rice</id>
<link rel='self' href='http://git.256phi.eu/NixOS-config/atom?h=schrott-extract-rice'/>
<link rel='alternate' type='text/html' href='http://git.256phi.eu/NixOS-config/'/>
<updated>2026-04-10T14:54:23Z</updated>
<entry>
<title>Added nvim configuration to mun.nix instead of being rice specific</title>
<updated>2026-04-10T14:54:23Z</updated>
<author>
<name>Natasha Moongrave</name>
<email>natasha@256phi.eu</email>
</author>
<published>2026-04-10T14:54:23Z</published>
<link rel='alternate' type='text/html' href='http://git.256phi.eu/NixOS-config/commit/?id=46a18cbceb581ce59b2183f2821c6ff752ff84a0'/>
<id>urn:sha1:46a18cbceb581ce59b2183f2821c6ff752ff84a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add signal-desktop to mun apps</title>
<updated>2026-04-10T11:14:06Z</updated>
<author>
<name>Natasha Moongrave</name>
<email>natasha@256phi.eu</email>
</author>
<published>2026-04-10T11:14:06Z</published>
<link rel='alternate' type='text/html' href='http://git.256phi.eu/NixOS-config/commit/?id=aeed9ad6a4cb2e6f27091b92dc2f9819189abea1'/>
<id>urn:sha1:aeed9ad6a4cb2e6f27091b92dc2f9819189abea1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add evloution to mun packages</title>
<updated>2026-04-09T11:20:23Z</updated>
<author>
<name>Natasha Moongrave</name>
<email>natasha@256phi.eu</email>
</author>
<published>2026-04-09T11:20:23Z</published>
<link rel='alternate' type='text/html' href='http://git.256phi.eu/NixOS-config/commit/?id=24ff9eaf08f4d04f865641c7ee5d1eb86d2f3daa'/>
<id>urn:sha1:24ff9eaf08f4d04f865641c7ee5d1eb86d2f3daa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed NixOwOS completely</title>
<updated>2026-04-07T11:28:44Z</updated>
<author>
<name>Natasha Moongrave</name>
<email>natasha@256phi.eu</email>
</author>
<published>2026-04-07T11:28:44Z</published>
<link rel='alternate' type='text/html' href='http://git.256phi.eu/NixOS-config/commit/?id=4b4461163ab61d196e7e1e7dc8212d0a6f809ea7'/>
<id>urn:sha1:4b4461163ab61d196e7e1e7dc8212d0a6f809ea7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable nixowos</title>
<updated>2026-04-07T11:26:36Z</updated>
<author>
<name>Natasha Moongrave</name>
<email>natasha@256phi.eu</email>
</author>
<published>2026-04-07T11:26:36Z</published>
<link rel='alternate' type='text/html' href='http://git.256phi.eu/NixOS-config/commit/?id=89533728ee8a3270d106e73f7d928bd1676ff331'/>
<id>urn:sha1:89533728ee8a3270d106e73f7d928bd1676ff331</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed rice imports from shared configuration files</title>
<updated>2026-04-07T10:01:02Z</updated>
<author>
<name>Natasha Moongrave</name>
<email>natasha@256phi.eu</email>
</author>
<published>2026-04-07T10:01:02Z</published>
<link rel='alternate' type='text/html' href='http://git.256phi.eu/NixOS-config/commit/?id=eecfd452027e8c5feab39c05ead74d7ca7d02d26'/>
<id>urn:sha1:eecfd452027e8c5feab39c05ead74d7ca7d02d26</id>
<content type='text'>
- Removed rice import from home/mun/default.nix
- Deleted system/rice-desktop.nix (unused infrastructure)

Rice configs are now imported directly in flake.nix instead of through shared configs
</content>
</entry>
<entry>
<title>Removed easyeffects from mun home programs</title>
<updated>2026-04-06T16:40:11Z</updated>
<author>
<name>Natasha Moongrave</name>
<email>natasha@256phi.eu</email>
</author>
<published>2026-04-06T16:40:11Z</published>
<link rel='alternate' type='text/html' href='http://git.256phi.eu/NixOS-config/commit/?id=13cc3ccc154c143c36fe474ddb93e0b62be56acc'/>
<id>urn:sha1:13cc3ccc154c143c36fe474ddb93e0b62be56acc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add minimal KDE Plasma 6 configuration for cassette-futurism rice</title>
<updated>2026-04-05T20:27:45Z</updated>
<author>
<name>Natasha Moongrave</name>
<email>natasha@256phi.eu</email>
</author>
<published>2026-04-05T20:27:45Z</published>
<link rel='alternate' type='text/html' href='http://git.256phi.eu/NixOS-config/commit/?id=b92708b616ffefae3fec27b21072f28d177bd120'/>
<id>urn:sha1:b92708b616ffefae3fec27b21072f28d177bd120</id>
<content type='text'>
Created complete cassette-futurism rice with KDE Plasma 6 desktop environment. Includes system.nix (Plasma 6 setup, Stylix theming), plasma.nix (minimal config with manual theming documentation), default.nix (module orchestrator), and nvim.nix/variables.nix (editor config and color palette).

Fixed critical bug in home/mun/default.nix where rice import was hardcoded to nord-blue instead of using the rice parameter, causing all hosts to use nord-blue home configuration regardless of their assigned rice.

Co-Authored-By: Claude Sonnet 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Removed a few packages from mun home</title>
<updated>2026-04-05T16:05:27Z</updated>
<author>
<name>Natasha Moongrave</name>
<email>natasha@256phi.eu</email>
</author>
<published>2026-04-05T16:05:27Z</published>
<link rel='alternate' type='text/html' href='http://git.256phi.eu/NixOS-config/commit/?id=c4bfcc726f87abc78be84181e39934739fb53313'/>
<id>urn:sha1:c4bfcc726f87abc78be84181e39934739fb53313</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify rice architecture - direct DE and stylix config</title>
<updated>2026-04-04T21:44:41Z</updated>
<author>
<name>Natasha Moongrave</name>
<email>natasha@256phi.eu</email>
</author>
<published>2026-04-04T21:44:41Z</published>
<link rel='alternate' type='text/html' href='http://git.256phi.eu/NixOS-config/commit/?id=2c0497d6aaba0e755bc980bb59cd5714b03be564'/>
<id>urn:sha1:2c0497d6aaba0e755bc980bb59cd5714b03be564</id>
<content type='text'>
- Each rice's system.nix now directly configures desktop environment and stylix
- No complex option system needed - rices just set services directly
- nord-blue: i3 + Nord colors
- cassette-futurism: KDE Plasma 6 + retro cassette colors
- original: i3 + default Nord colors
- Removed rice-desktop.nix complexity
- Display manager (ly) stays in system/services.nix (user-managed)
- To use a rice: mkSystem hostname rice-name in flake.nix
</content>
</entry>
</feed>
