Home: Fix after update
This commit is contained in:
@ -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";
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
@ -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 = {
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user