Compare commits

..

53 Commits

Author SHA1 Message Date
2358de9037 Update Makefile 2026-03-04 09:38:06 -07:00
10778b2d85 Renamed rebuild to build 2026-03-04 09:36:17 -07:00
1f596f832f Added supersonic 2026-03-02 17:49:45 -07:00
b23ad485c9 1772314653 2026-02-28 14:37:33 -07:00
1914dcd527 1772314503 2026-02-28 14:35:03 -07:00
50d19660d6 1772314204 2026-02-28 14:30:04 -07:00
2ca3bb5277 1772313622 2026-02-28 14:20:22 -07:00
14af2478e7 1772313404 2026-02-28 14:16:44 -07:00
eb21f28aec 1772312646 2026-02-28 14:04:06 -07:00
ffca94ea16 1772312556 2026-02-28 14:02:36 -07:00
d11a98e0e4 1771993415 2026-02-24 21:23:35 -07:00
9167ad2b6d 1771993253 2026-02-24 21:20:53 -07:00
8438ba2934 1771993195 2026-02-24 21:19:55 -07:00
9ad1b9e275 1771992662 2026-02-24 21:11:02 -07:00
39b664ed33 1771992612 2026-02-24 21:10:12 -07:00
78a2e5bac8 Fix audio 2026-02-24 21:03:25 -07:00
58d759f6fc 1771964017 2026-02-24 13:13:37 -07:00
4dac10e2a1 1771963691 2026-02-24 13:08:11 -07:00
0ea327729a Remove syncthing 2026-02-24 00:12:44 -07:00
7d7d4bc9e6 Update librewolf.nix 2026-02-23 15:00:37 -07:00
9a2e2f8e5f Updated lockfile 2026-02-23 14:50:44 -07:00
0e305c226b Add fastmail + search engine config 2026-02-23 14:50:09 -07:00
432d5df195 Cleanup with LSP guidance 2026-02-17 15:21:54 -07:00
8ef20405ba Update librewolf.nix 2026-02-16 23:33:39 -07:00
4d584b351a Update README.md 2026-02-16 23:31:34 -07:00
2c7f4e5de6 Update modules/home/librewolf.nix 2026-02-16 16:20:00 -07:00
bd65374258 Update modules/home/librewolf.nix 2026-02-16 16:08:15 -07:00
9f5fdfff1a Update modules/home/librewolf.nix 2026-02-16 15:44:17 -07:00
d248862921 1771220302 2026-02-15 22:38:22 -07:00
eb69a1f4e6 1771220158 2026-02-15 22:35:58 -07:00
676a7c1151 1771219793 2026-02-15 22:29:53 -07:00
4c8579a5c0 1770871383 2026-02-11 21:43:03 -07:00
01e412a41b 1770869959 2026-02-11 21:19:19 -07:00
bc2dacc391 1770869734 2026-02-11 21:15:34 -07:00
c03cd11a12 Update flake.lock 2026-02-10 17:57:56 -07:00
d0fec282af Fix some warnings 2026-02-10 17:57:25 -07:00
bde0172955 oof 2026-02-10 17:55:07 -07:00
fa4023731a Back to DEs 2026-02-10 17:52:16 -07:00
d7ce4f69cc CLI section 2026-02-08 00:59:41 -07:00
c6dd3ccfb8 1770523227 2026-02-07 21:00:27 -07:00
480fe8173f 1770523020 2026-02-07 20:57:00 -07:00
960a63e48c 1770522968 2026-02-07 20:56:08 -07:00
4dfee51548 1770518345 2026-02-07 19:39:05 -07:00
ff3e9ef40d 1770510070 2026-02-07 17:21:10 -07:00
f1c4902466 1770344115 2026-02-05 19:15:15 -07:00
2a922d572e 1770343091 2026-02-05 18:58:11 -07:00
b899ae7f20 1770342677 2026-02-05 18:51:17 -07:00
a3607a87a3 1770247128 2026-02-04 16:18:48 -07:00
3a83ffaaa2 1770246762 2026-02-04 16:12:42 -07:00
b482da2727 1770245979 2026-02-04 15:59:39 -07:00
86e81e89d3 1770245881 2026-02-04 15:58:01 -07:00
938b320009 1770245770 2026-02-04 15:56:10 -07:00
c3ff2decad 1770245610 2026-02-04 15:53:30 -07:00
25 changed files with 304 additions and 119 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: init install link unlink rebuild update purge edit hw help
.PHONY: init install link unlink build update purge edit hw help
NIXOS_DIR := /etc/nixos
REPO_DIR := $(shell pwd)
@@ -16,7 +16,7 @@ help:
@echo ""
@echo " make init - first time setup"
@echo " make hw - generate hardware-configuration.nix"
@echo " make rebuild - rebuild nixos configuration"
@echo " make build - build nixos configuration"
@echo " make update - update flake inputs and rebuild"
@echo " make purge - garbage collect"
@echo " make link - symlink to /etc/nixos"
@@ -48,8 +48,7 @@ unlink:
echo "/etc/nixos is not a symlink"; \
fi
rebuild:
@# Ensure hardware-configuration.nix is tracked by git (flake requirement), even if ignored
build:
@if [ -f hardware-configuration.nix ]; then \
git add -f -N hardware-configuration.nix; \
fi

View File

@@ -1,4 +1,4 @@
# Lavitz - My personal NixOS config named after Lavitz from the PS1 classic The Legend of Dragoon
# Lavitz - My NixOS desktop configuration named after Lavitz from the PS1 classic The Legend of Dragoon
- Nix Version: 25.11
- DE: Gnome

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 KiB

View File

@@ -16,7 +16,7 @@
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# xdg.portal.config.common.default = [ "gnome" ];
# xdg.portal.config.common.default = [ "cosmic" ];
system.stateVersion = "25.11";
}

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
imports = [
@@ -17,8 +17,10 @@
./modules/home.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# xdg.portal.config.common.default = [ "gnome" ];
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
system.stateVersion = "25.11";
}

77
flake.lock generated
View File

@@ -1,5 +1,50 @@
{
"nodes": {
"cosmic-manager": {
"inputs": {
"flake-parts": "flake-parts",
"home-manager": [
"home-manager"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1765831383,
"narHash": "sha256-P5F/VPjjGw7s0AOTPb3z3gxqtH0YkAnd/c9P6QdWrEU=",
"owner": "HeitorAugustoLN",
"repo": "cosmic-manager",
"rev": "819d4d21fb90460dd11416d81d2cff65a53b8a59",
"type": "github"
},
"original": {
"owner": "HeitorAugustoLN",
"repo": "cosmic-manager",
"type": "github"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"cosmic-manager",
"nixpkgs"
]
},
"locked": {
"lastModified": 1759362264,
"narHash": "sha256-wfG0S7pltlYyZTM+qqlhJ7GMw2fTF4mLKCIVhLii/4M=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "758cf7296bee11f1706a574c77d072b8a7baa881",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -7,11 +52,11 @@
]
},
"locked": {
"lastModified": 1769580047,
"narHash": "sha256-tNqCP/+2+peAXXQ2V8RwsBkenlfWMERb+Uy6xmevyhM=",
"lastModified": 1772302941,
"narHash": "sha256-TL3+ckbOTILXrR0qSK3dJj2BJ0S5yz/YSsUF1oEgd9g=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "366d78c2856de6ab3411c15c1cb4fb4c2bf5c826",
"rev": "9b9142b5fe214c2adabe86257c33e022372b7c96",
"type": "github"
},
"original": {
@@ -23,11 +68,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1770136044,
"narHash": "sha256-tlFqNG/uzz2++aAmn4v8J0vAkV3z7XngeIIB3rM3650=",
"lastModified": 1772047000,
"narHash": "sha256-7DaQVv4R97cii/Qdfy4tmDZMB2xxtyIvNGSwXBBhSmo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e576e3c9cf9bad747afcddd9e34f51d18c855b4e",
"rev": "1267bb4920d0fc06ea916734c11b0bf004bbe17e",
"type": "github"
},
"original": {
@@ -37,10 +82,28 @@
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1771848320,
"narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2fc6539b481e1d2569f25f8799236694180c0993",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"cosmic-manager": "cosmic-manager",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable"
}
}
},

View File

@@ -1,23 +1,39 @@
{
description = "NixOS Configuration";
description = "Lavitz Configuration";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
cosmic-manager = {
url = "github:HeitorAugustoLN/cosmic-manager";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
};
};
};
outputs = { self, nixpkgs, home-manager, ... }@inputs:
outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, ... }@inputs:
let
settings = import ./settings.nix;
system = "x86_64-linux";
overlay-unstable = final: prev: {
unstable = import nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
};
};
in {
nixosConfigurations."${settings.hostname}" = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit inputs; };
modules = [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
./configuration.nix
home-manager.nixosModules.home-manager
];

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
security.rtkit.enable = true;
@@ -12,22 +12,23 @@
wireplumber.enable = true;
};
# Main Pipewire graph configuration
services.pipewire.extraConfig.pipewire."92-low-latency" = {
"context.properties" = {
"default.clock.rate" = 48000;
"default.clock.quantum" = 1024;
"default.clock.min-quantum" = 32;
"default.clock.max-quantum" = 8192;
};
};
# PulseAudio protocol specific tweaks (Crucial for Steam/Proton)
services.pipewire.extraConfig.pipewire-pulse."92-pulse-tweaks" = {
"pulse.properties" = {
"pulse.min.req" = "1024/48000";
"pulse.min.quantum" = "1024/48000";
};
# Elgato makes shit products and they should feel bad :c
services.pipewire.wireplumber.extraConfig."51-wave3" = {
"monitor.alsa.rules" = [
{
matches = [
{
"node.name" = "~alsa_input.usb-Elgato_Systems_Elgato_Wave_3.*";
}
];
actions = {
update-props = {
"session.suspend-timeout-seconds" = 0;
"node.pause-on-idle" = false;
};
};
}
];
};
# DeepFilterNet noise reduction filter chain

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
boot.loader.systemd-boot = {
@@ -8,10 +8,15 @@
};
boot.loader.efi.canTouchEfiVariables = true;
boot.consoleLogLevel = 3;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelModules = [ "tcp_bbr" ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelParams = [ "preempt=full" ];
boot.kernelParams = [
"preempt=full"
"quiet"
"udev.log_priority=3"
];
boot.tmp.useTmpfs = true;
boot.tmp.tmpfsSize = "4G";

View File

@@ -1,10 +1,14 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
services.xserver.enable = true;
environment.gnome.excludePackages = with pkgs; [ gnome-tour gnome-user-docs gnome-console epiphany ];
services.desktopManager.gnome.enable = true;
services.displayManager.gdm.enable = true;
services.printing.enable = true;
environment.gnome.excludePackages = with pkgs; [
epiphany
];
}

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
hardware.graphics = {

View File

@@ -1,8 +1,9 @@
{ config, pkgs, ... }:
{ inputs, ... }:
let
settings = import ../settings.nix;
homeModules = [
inputs.cosmic-manager.homeManagerModules.cosmic-manager
./home/session.nix
./home/packages.nix
./home/git.nix
@@ -11,7 +12,7 @@ let
./home/librewolf.nix
./home/zed.nix
./home/ghostty.nix
./home/syncthing.nix
./home/ssh.nix
];
in
{
@@ -24,8 +25,13 @@ in
inherit settings;
};
home-manager.users.${settings.username} = { ... }: {
imports = homeModules;
home.stateVersion = "25.11";
};
home-manager.users.${settings.username} =
{ config, ... }:
{
imports = homeModules;
home.stateVersion = "25.11";
home.sessionVariables = {
SSH_AUTH_SOCK = "${config.home.homeDirectory}/.bitwarden-ssh-agent.sock";
};
};
}

View File

@@ -1,15 +1,17 @@
{ pkgs, ... }:
{ ... }:
{
home.shellAliases = {
# Nix Commands
"nix:rebuild" = "sudo nixos-rebuild switch";
"nix:update" = "sudo nixos-rebuild switch --upgrade";
"nix:purge" = "sudo nix-collect-garbage -d && sudo /run/current-system/bin/switch-to-configuration boot";
"nix:build" = "sudo nixos-rebuild switch --flake /etc/nixos";
"nix:update" = "cd /etc/nixos && nix flake update && sudo nixos-rebuild switch --flake .";
"nix:purge" =
"sudo nix-collect-garbage -d && sudo /run/current-system/bin/switch-to-configuration boot";
"nix:edit" = "$EDITOR /etc/nixos";
"nix:push" = "cd /etc/nixos && git add -A && git commit -m \"$(date -u +%s)\" && git push";
"nix:pull" = "cd /etc/nixos && git pull";
"nix:hw" = "sudo nixos-generate-config --show-hardware-config > /etc/nixos/hardware-configuration.nix";
"nix:hw" =
"sudo nixos-generate-config --show-hardware-config > /etc/nixos/hardware-configuration.nix";
# Utilities
"fixaudio" = "systemctl --user restart pipewire pipewire-pulse wireplumber";

View File

@@ -6,6 +6,8 @@
color-scheme = "prefer-dark";
accent-color = "pink";
clock-show-weekday = true;
clock-show-date = true;
clock-format = "12h";
};
"org/gnome/system/location" = {

View File

@@ -10,6 +10,8 @@
DisableFirefoxStudies = true;
DisablePocket = true;
DisableFirefoxAccounts = true;
OfferToSaveLogins = false;
EnableTrackingProtection = true;
FirefoxHome = {
Search = true;
@@ -23,12 +25,41 @@
SanitizeOnShutdown = {
Cache = true;
Cookies = false;
History = true;
History = false;
Sessions = true;
SiteSettings = false;
OfflineApps = true;
};
SearchEngines = {
Default = "Searx Search";
Remove = [
"Google"
"Bing"
"Perplexity"
"Wikipedia (en)"
];
Add = [
{
Name = "Searx Search";
URLTemplate = "https://search.atri.dad/search?q={searchTerms}";
Method = "GET";
IconURL = "https://search.atri.dad/favicon.ico";
Alias = "searx";
Description = "Searx (search.atri.dad)";
}
{
Name = "DuckDuckGo";
URLTemplate = "https://duckduckgo.com/?q={searchTerms}";
SuggestURLTemplate = "https://duckduckgo.com/ac/?q={searchTerms}&type=list";
Method = "GET";
IconURL = "https://duckduckgo.com/favicon.ico";
Alias = "ddg";
Description = "DuckDuckGo";
}
];
};
ExtensionSettings = {
# Bitwarden
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
@@ -47,28 +78,46 @@
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
installation_mode = "force_installed";
};
# Catppuccin Theme
"{15cb5e64-94bd-41aa-91cf-751bb1a84972}" = {
install_url = "https://addons.mozilla.org/firefox/downloads/latest/catppuccin-macchiato-lavender2/latest.xpi";
installation_mode = "force_installed";
};
};
Preferences = {
"browser.startup.homepage" = "about:home";
"extensions.autoDisableScopes" = 0;
"browser.toolbars.bookmarks.visibility" = "always";
"network.cookie.cookieBehavior" = 1;
"privacy.clearOnShutdown.cookies" = false;
"privacy.clearOnShutdown.history" = false;
"browser.safebrowsing.malware.enabled" = false;
"browser.safebrowsing.phishing.enabled" = false;
"browser.safebrowsing.blockedURIs.enabled" = false;
"browser.safebrowsing.downloads.enabled" = false;
"browser.safebrowsing.provider.google4.gethashURL" = "";
"browser.safebrowsing.provider.google4.updateURL" = "";
"browser.safebrowsing.provider.google.gethashURL" = "";
"browser.safebrowsing.provider.google.updateURL" = "";
"browser.newtabpage.activity-stream.newtabWallpapers.wallpaper" = "dark-mountain";
"extensions.activeThemeID" = {
Value = "firefox-alpenglow@mozilla.org";
Status = "locked";
};
"privacy.resistFingerprinting" = {
Value = true;
Status = "locked";
};
"browser.ml.chat.enabled" = {
Value = false;
Status = "locked";
};
"browser.ml.chat.sidebar" = {
Value = false;
Status = "locked";
};
"browser.tabs.groups.smart.userEnabled" = {
Value = false;
Status = "locked";
};
"sidebar.revamp" = true;
"sidebar.verticalTabs" = true;
"sidebar.main.tools" = "bookmarks,history,tabs";
"sidebar.visibility" = "always";
};
};
};

View File

@@ -2,10 +2,6 @@
{
home.packages = with pkgs; [
# Browsers and comms
discord
signal-desktop
# Development tools
gnumake
openssh
@@ -17,6 +13,12 @@
pavucontrol
texliveFull
texlab
nil
nixd
# CLI
bitwarden-cli
tea
# Desktop applications
bitwarden-desktop
@@ -24,16 +26,17 @@
streamrip
cider-2
zotero
prismlauncher
lrcget
impression
streamcontroller
onlyoffice-desktopeditors
gnome-keyring
pinta
# GNOME Extensions
gnomeExtensions.appindicator
gnomeExtensions.gamemode-shell-extension
discord
signal-desktop
element-desktop
unstable.fastmail-desktop
supersonic
];
programs.obs-studio.enable = true;

View File

@@ -1,4 +1,4 @@
{ config, ... }:
{ ... }:
{
home.file."Assets" = {
@@ -6,8 +6,7 @@
force = true;
};
home.sessionVariables = {
systemd.user.sessionVariables = {
BROWSER = "librewolf";
SSH_AUTH_SOCK = "${config.home.homeDirectory}/.bitwarden-ssh-agent.sock";
};
}

34
modules/home/ssh.nix Normal file
View File

@@ -0,0 +1,34 @@
{ ... }:
{
programs.ssh = {
enable = true;
enableDefaultConfig = false;
matchBlocks = {
"*" = {
identityAgent = "~/.bitwarden-ssh-agent.sock";
};
"localhost" = {
extraOptions.UserKnownHostsFile = "/dev/null";
};
"tux" = {
hostname = "tuxworld.usask.ca";
user = "atl175";
};
"haschel" = {
hostname = "haschel";
user = "fedora";
};
"lloyd" = {
hostname = "lloyd";
user = "truenas_admin";
};
};
};
xdg.configFile."autostart/gnome-keyring-ssh.desktop".text = ''
[Desktop Entry]
Type=Application
Hidden=true
'';
}

View File

@@ -1,7 +0,0 @@
{ config, pkgs, ... }:
{
services.syncthing = {
enable = true;
};
}

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
programs.zed-editor = {
@@ -44,7 +44,10 @@
languages = {
"Nix" = {
language_servers = [ "nil" "nixd" ];
language_servers = [
"nil"
"nixd"
];
format_on_save = "on";
};
};

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
let
settings = import ../settings.nix;
@@ -9,4 +9,4 @@ in
# Internationalization properties
i18n.defaultLocale = settings.locale;
}
}

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
let
settings = import ../settings.nix;
@@ -17,19 +17,27 @@ in
# Allowed ports
allowedTCPPorts = [
# SyncThing
8384 22000
8384
22000
];
allowedUDPPorts = [
# SyncThing
22000 21027
22000
21027
];
};
networking.nameservers = [ "1.1.1.1" "9.9.9.9" ];
networking.nameservers = [
"1.1.1.1"
"9.9.9.9"
];
services.resolved = {
enable = true;
dnsovertls = "opportunistic";
fallbackDns = [ "1.0.0.1" "149.112.112.112" ];
fallbackDns = [
"1.0.0.1"
"149.112.112.112"
];
};
}

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
# Enable unfree globally

View File

@@ -1,10 +1,6 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
let
settings = import ../settings.nix;
in
{
# Hardened OpenSSH
services.openssh = {
enable = true;
ports = [ 22 ];
@@ -38,22 +34,22 @@ in
# Sunshine
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
applications = {
apps = [
{
name = "Steam Big Picture";
cmd = "${pkgs.steam}/bin/steam -gamepadui";
}
{
name = "Desktop";
cmd = "${pkgs.coreutils}/bin/true";
}
];
};
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
applications = {
apps = [
{
name = "Steam Big Picture";
cmd = "${pkgs.steam}/bin/steam -gamepadui";
}
{
name = "Desktop";
cmd = "${pkgs.coreutils}/bin/true";
}
];
};
};
services.avahi.publish.enable = true;

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
let
settings = import ../settings.nix;