display Desktop
This commit is contained in:
@@ -2,4 +2,6 @@
|
||||
|
||||
{
|
||||
imports = [ ./programs/default-laptop.nix ./services ./default.nix ];
|
||||
|
||||
home.file,"git/minlog".source = config.lib.file.mkOutOfStorageSymlink "${pkgs.minlog}/share/minlog";
|
||||
}
|
||||
|
||||
@@ -31,9 +31,6 @@
|
||||
};
|
||||
programs = { home-manager.enable = true; };
|
||||
|
||||
home.file."git/minlog".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${pkgs.minlog}/share/minlog";
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [ "electron-25.9.0" ];
|
||||
|
||||
@@ -4,7 +4,7 @@ let
|
||||
theme = builtins.fetchurl {
|
||||
url =
|
||||
"https://github.com/catppuccin/alacritty/raw/main/catppuccin-mocha.toml";
|
||||
sha256 = "061yalrzpqivr67k2f8hsqixr77srgd8y47xvhp5vg0sjmh5lrcy";
|
||||
sha256 = "1rnc6gsqjdvkb6xbv1pnawrp6f0j5770dqml2di90j3lhv0fppgw";
|
||||
};
|
||||
in {
|
||||
home.packages = with pkgs; [ fira-code alacritty-theme ];
|
||||
|
||||
1
home/programs/git/.~lock.default.nix#
Normal file
1
home/programs/git/.~lock.default.nix#
Normal file
@@ -0,0 +1 @@
|
||||
,elias,eliasDesktop,10.05.2024 20:03,file:///home/elias/.config/libreoffice/4;
|
||||
@@ -4,7 +4,7 @@ let
|
||||
theme = builtins.fetchurl {
|
||||
url =
|
||||
"https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-mocha";
|
||||
sha256 = "1zhx3bfz5s2wjrj87w0ryh15vgsqqfhg6dm48p63r5fmqwsak721";
|
||||
sha256 = "0r2bgh4y7hymq8hhsjc70aw7yw85v668vgqcrcmdsggvdsk4rv1w";
|
||||
};
|
||||
in {
|
||||
programs.zathura = {
|
||||
|
||||
Reference in New Issue
Block a user