Nix Registry, Telegram

Remove Telegram Desktop and add the Unstable Nix registry
This commit is contained in:
Jimbo 2025-02-18 20:44:04 -05:00
parent 78ac018a11
commit e35d5c36e6
7 changed files with 12 additions and 21 deletions

18
flake.lock generated
View file

@ -61,11 +61,11 @@
]
},
"locked": {
"lastModified": 1739791827,
"narHash": "sha256-l6ooDEtfzet9qRQxlb5A+H6eY7VPpdiGMwqX0nqD1xM=",
"lastModified": 1739841949,
"narHash": "sha256-lSOXdgW/1zi/SSu7xp71v+55D5Egz8ACv0STkj7fhbs=",
"owner": "nix-community",
"repo": "disko",
"rev": "af4a580628e98302bb922c01e1169ce08d7bee57",
"rev": "15dbf8cebd8e2655a883b74547108e089f051bf0",
"type": "github"
},
"original": {
@ -314,11 +314,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1739756973,
"narHash": "sha256-76SWjSvK8rLD1naSltv6G8cq0hGa55mjTAbwu8CllRc=",
"lastModified": 1739843142,
"narHash": "sha256-jpF2zYTQypG7ft7c4MoT8gitn5JAYuuv0XMVKwU8Fs0=",
"owner": "Infinidoge",
"repo": "nix-minecraft",
"rev": "8f62b0011ad2e219314df3a955150e63eb6e5503",
"rev": "ddda2b8d3e0cfd9d76f72b05b952ee3ef1e59b5f",
"type": "github"
},
"original": {
@ -442,11 +442,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1739824570,
"narHash": "sha256-zj1b2jPID1CHEsmVHk+QcbarNoK2RPS55NRQ60DO5iQ=",
"lastModified": 1739903703,
"narHash": "sha256-w2tTcjx39lJoPDaFbIxi+INIjAKE0jbIx9TNjj9ghmg=",
"owner": "nix-community",
"repo": "NUR",
"rev": "eb69d09d62b3556f663d7cb703f91b37c3723e11",
"rev": "2215ad5c4347f522523715e809f5f2022509f504",
"type": "github"
},
"original": {

View file

@ -3,7 +3,6 @@
home.packages = with pkgs; lib.mkIf config.home.desktop.enable [
bc
libreoffice
telegram-desktop
vesktop
];
}

View file

@ -1,7 +1,8 @@
{ lib, pkgs, ... }:
{ unstable, lib, pkgs, ... }:
{
nix = {
package = lib.mkForce pkgs.nix;
package = lib.mkForce pkgs.nix;
registry.unstable.flake = unstable;
settings.experimental-features = [
"nix-command"
"flakes"

View file

@ -17,6 +17,5 @@
//spawn-at-startup "librewolf" "-p" "Misc" "--name" "MiscBrowser"
spawn-at-startup "thunderbird"
spawn-at-startup "vesktop"
spawn-at-startup "telegram-desktop"
'';
}

View file

@ -19,12 +19,6 @@
open-maximized true
open-on-workspace "${config.ws.w7}"
}
window-rule {
match app-id="org.telegram.desktop"
block-out-from "screencast"
open-maximized true
open-on-workspace "${config.ws.w8}"
}
window-rule {
match app-id="thunderbird"
block-out-from "screencast"

View file

@ -22,7 +22,6 @@
# Foreground
{ command = "thunderbird"; }
{ command = "vesktop"; }
{ command = "telegram-desktop"; }
];
};
}

View file

@ -58,7 +58,6 @@
{ app_id = "MiscBrowser"; }
{ app_id = "vesktop"; }
];
"8:${config.ws.w8}" = [{ app_id = "org.telegram.desktop"; }];
"9:${config.ws.w9}" = [{ app_id = "thunderbird"; }];
# Etc