disko upd

This commit is contained in:
mjallen18
2025-09-30 20:44:36 -05:00
parent 751b4f9f69
commit 5d6e7e35d5
13 changed files with 79 additions and 394 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ pkgs, lib, namespace, ... }:
let
theme = import (lib.snowfall.fs.get-file "modules/home/desktop/theme/nord.nix");
shellAliases = {
@@ -22,7 +22,7 @@ in
home.homeDirectory = "/home/matt";
home.stateVersion = "23.11";
mjallen = {
${namespace} = {
programs.hyprland = {
enable = true;
primaryDisplay = "eDP-1";
@@ -120,7 +120,7 @@ in
};
home.packages = with pkgs; [
pkgs.mjallen.bolt-launcher
pkgs.${namespace}.bolt-launcher
iw
iwd

View File

@@ -1,8 +1,8 @@
{ lib, ... }:
{ lib, namespace, ... }:
{
home.username = "matt";
mjallen = {
${namespace} = {
shell-aliases = {
enable = true;
flakeInputs = [