disko upd
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{ lib, ... }:
|
||||
{ lib, namespace, ... }:
|
||||
{
|
||||
home.username = "matt";
|
||||
|
||||
mjallen = {
|
||||
${namespace} = {
|
||||
shell-aliases = {
|
||||
enable = true;
|
||||
flakeInputs = [
|
||||
|
||||
Reference in New Issue
Block a user