1

Home: Fix after update

This commit is contained in:
2026-01-17 20:28:34 +01:00
parent d216a8018d
commit 73eeff9a0e
5 changed files with 14 additions and 14 deletions

View File

@ -73,13 +73,13 @@
# caelestia-cli.inputs.nixpkgs.follows = "nixpkgs"; # caelestia-cli.inputs.nixpkgs.follows = "nixpkgs";
# DankMaterialShell # DankMaterialShell
dgop.url = "github:AvengeMedia/dgop"; # dgop.url = "github:AvengeMedia/dgop";
dgop.inputs.nixpkgs.follows = "nixpkgs"; # dgop.inputs.nixpkgs.follows = "nixpkgs";
# dms-cli.url = "github:AvengeMedia/danklinux"; # dms-cli.url = "github:AvengeMedia/danklinux";
# dms-cli.inputs.nixpkgs.follows = "nixpkgs"; # dms-cli.inputs.nixpkgs.follows = "nixpkgs";
dank-material-shell.url = "github:AvengeMedia/DankMaterialShell"; dank-material-shell.url = "github:AvengeMedia/DankMaterialShell";
dank-material-shell.inputs.nixpkgs.follows = "nixpkgs"; dank-material-shell.inputs.nixpkgs.follows = "nixpkgs";
dank-material-shell.inputs.dgop.follows = "dgop"; # dank-material-shell.inputs.dgop.follows = "dgop";
# Hyprland (use flake so plugins are not built from source) # Hyprland (use flake so plugins are not built from source)
hyprland.url = "github:hyprwm/Hyprland"; hyprland.url = "github:hyprwm/Hyprland";

View File

@ -526,7 +526,7 @@ in
gping # ping with graph gping # ping with graph
curlie # curl a'la httpie curlie # curl a'la httpie
wget # download that shit wget # download that shit
dogdns # dns client doggo # dns client
rsync # cp on steroids rsync # cp on steroids
rclone # Rsync for cloud rclone # Rsync for cloud
httpie # Cool http client httpie # Cool http client
@ -569,11 +569,6 @@ in
audacity audacity
ferdium ferdium
gparted gparted
tidal-hifi
tidal-dl-ng
picard
handbrake
teamspeak6-client
# Office # Office
kdePackages.wacomtablet # For xournalpp/krita kdePackages.wacomtablet # For xournalpp/krita

View File

@ -125,7 +125,6 @@
# jetbrains.rider # jetbrains.rider
# Unity Stuff # Unity Stuff
# TODO: Unity module
# unityhub # unityhub
# rider-unity # rider-unity
# dotnetCore # dotnetCore
@ -139,9 +138,15 @@
krita krita
makemkv makemkv
lrcget lrcget
msty # msty
# jellyfin-media-player # CVE, can't install # jellyfin-media-player # CVE, can't install
jellyfin-desktop
jellyfin-mpv-shim jellyfin-mpv-shim
# tidal-hifi
tidal-dl-ng
picard
handbrake
teamspeak6-client
steam-devices-udev-rules steam-devices-udev-rules
]; ];

View File

@ -14,7 +14,7 @@ in {
textfox = { textfox = {
enable = firefox.textfox; enable = firefox.textfox;
useLegacyExtensions = false; useLegacyExtensions = false;
profile = "default"; profiles = ["default"];
config = { config = {
background = { background = {

View File

@ -25,7 +25,7 @@
# This is generated from the DMS settings dialog. # This is generated from the DMS settings dialog.
# Run: nix eval --impure --expr 'builtins.fromJSON (builtins.readFile ~/.config/DankMaterialShell/settings.json)' # Run: nix eval --impure --expr 'builtins.fromJSON (builtins.readFile ~/.config/DankMaterialShell/settings.json)'
default.settings = { settings = {
# Bar # Bar
barConfigs = [ barConfigs = [
{ {
@ -419,7 +419,7 @@
configVersion = 2; configVersion = 2;
}; };
default.session = { session = {
# Settings # Settings
doNotDisturb = false; doNotDisturb = false;
isLightMode = false; isLightMode = false;