Nix Registry, Telegram
Remove Telegram Desktop and add the Unstable Nix registry
This commit is contained in:
parent
78ac018a11
commit
e35d5c36e6
7 changed files with 12 additions and 21 deletions
18
flake.lock
generated
18
flake.lock
generated
|
@ -61,11 +61,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739791827,
|
"lastModified": 1739841949,
|
||||||
"narHash": "sha256-l6ooDEtfzet9qRQxlb5A+H6eY7VPpdiGMwqX0nqD1xM=",
|
"narHash": "sha256-lSOXdgW/1zi/SSu7xp71v+55D5Egz8ACv0STkj7fhbs=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "disko",
|
"repo": "disko",
|
||||||
"rev": "af4a580628e98302bb922c01e1169ce08d7bee57",
|
"rev": "15dbf8cebd8e2655a883b74547108e089f051bf0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -314,11 +314,11 @@
|
||||||
"nixpkgs": "nixpkgs_3"
|
"nixpkgs": "nixpkgs_3"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739756973,
|
"lastModified": 1739843142,
|
||||||
"narHash": "sha256-76SWjSvK8rLD1naSltv6G8cq0hGa55mjTAbwu8CllRc=",
|
"narHash": "sha256-jpF2zYTQypG7ft7c4MoT8gitn5JAYuuv0XMVKwU8Fs0=",
|
||||||
"owner": "Infinidoge",
|
"owner": "Infinidoge",
|
||||||
"repo": "nix-minecraft",
|
"repo": "nix-minecraft",
|
||||||
"rev": "8f62b0011ad2e219314df3a955150e63eb6e5503",
|
"rev": "ddda2b8d3e0cfd9d76f72b05b952ee3ef1e59b5f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -442,11 +442,11 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739824570,
|
"lastModified": 1739903703,
|
||||||
"narHash": "sha256-zj1b2jPID1CHEsmVHk+QcbarNoK2RPS55NRQ60DO5iQ=",
|
"narHash": "sha256-w2tTcjx39lJoPDaFbIxi+INIjAKE0jbIx9TNjj9ghmg=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "eb69d09d62b3556f663d7cb703f91b37c3723e11",
|
"rev": "2215ad5c4347f522523715e809f5f2022509f504",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
home.packages = with pkgs; lib.mkIf config.home.desktop.enable [
|
home.packages = with pkgs; lib.mkIf config.home.desktop.enable [
|
||||||
bc
|
bc
|
||||||
libreoffice
|
libreoffice
|
||||||
telegram-desktop
|
|
||||||
vesktop
|
vesktop
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
{ lib, pkgs, ... }:
|
{ unstable, lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
nix = {
|
nix = {
|
||||||
package = lib.mkForce pkgs.nix;
|
package = lib.mkForce pkgs.nix;
|
||||||
|
registry.unstable.flake = unstable;
|
||||||
settings.experimental-features = [
|
settings.experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
|
|
|
@ -17,6 +17,5 @@
|
||||||
//spawn-at-startup "librewolf" "-p" "Misc" "--name" "MiscBrowser"
|
//spawn-at-startup "librewolf" "-p" "Misc" "--name" "MiscBrowser"
|
||||||
spawn-at-startup "thunderbird"
|
spawn-at-startup "thunderbird"
|
||||||
spawn-at-startup "vesktop"
|
spawn-at-startup "vesktop"
|
||||||
spawn-at-startup "telegram-desktop"
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,12 +19,6 @@
|
||||||
open-maximized true
|
open-maximized true
|
||||||
open-on-workspace "${config.ws.w7}"
|
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 {
|
window-rule {
|
||||||
match app-id="thunderbird"
|
match app-id="thunderbird"
|
||||||
block-out-from "screencast"
|
block-out-from "screencast"
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
# Foreground
|
# Foreground
|
||||||
{ command = "thunderbird"; }
|
{ command = "thunderbird"; }
|
||||||
{ command = "vesktop"; }
|
{ command = "vesktop"; }
|
||||||
{ command = "telegram-desktop"; }
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,7 +58,6 @@
|
||||||
{ app_id = "MiscBrowser"; }
|
{ app_id = "MiscBrowser"; }
|
||||||
{ app_id = "vesktop"; }
|
{ app_id = "vesktop"; }
|
||||||
];
|
];
|
||||||
"8:${config.ws.w8}" = [{ app_id = "org.telegram.desktop"; }];
|
|
||||||
"9:${config.ws.w9}" = [{ app_id = "thunderbird"; }];
|
"9:${config.ws.w9}" = [{ app_id = "thunderbird"; }];
|
||||||
|
|
||||||
# Etc
|
# Etc
|
||||||
|
|
Loading…
Add table
Reference in a new issue